Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.7...v0.6.9)
- [github.com/pre-commit/mirrors-eslint: v8.56.0 → v9.12.0](pre-commit/mirrors-eslint@v8.56.0...v9.12.0)
- [github.com/crate-ci/typos: v1.23.6 → v1.26.0](crate-ci/typos@v1.23.6...v1.26.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 1cdcf9e commit 599a0e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
hooks:
- id: check-hooks-apply
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: check-json
Expand All @@ -22,12 +22,12 @@ repos:
exclude: \.dot$
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.9
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v8.56.0
rev: v9.12.0
hooks:
- id: eslint
args: [--fix, --color]
Expand All @@ -36,7 +36,7 @@ repos:
- eslint-plugin-react@7.34.0
- react@18.3.1
- repo: https://github.com/crate-ci/typos
rev: v1.23.6
rev: v1.26.0
hooks:
- id: typos
exclude: |
Expand Down

0 comments on commit 599a0e1

Please sign in to comment.