Skip to content

Commit

Permalink
ci(deps): update pre-commit hooks (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 7, 2024
1 parent b669c4f commit 796997e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ repos:
- id: prettier

- repo: https://github.com/crate-ci/typos
rev: v1.16.25
rev: v1.17.0
hooks:
- id: typos

Expand All @@ -38,14 +38,14 @@ repos:
- id: actionlint

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: v0.1.11
hooks:
- id: ruff-format
- id: ruff
args: [--fix]

- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.7.1
rev: v1.8.0
hooks:
- id: mypy
additional_dependencies:
Expand Down

0 comments on commit 796997e

Please sign in to comment.