We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df9e24 commit ee51ea4Copy full SHA for ee51ea4
.pre-commit-config.yaml
@@ -22,12 +22,12 @@ repos:
22
exclude: \.dot$
23
- id: debug-statements
24
- repo: https://github.com/astral-sh/ruff-pre-commit
25
- rev: v0.9.9
+ rev: v0.11.8
26
hooks:
27
- id: ruff
28
args: [--fix, --exit-non-zero-on-fix]
29
- repo: https://github.com/pre-commit/mirrors-eslint
30
- rev: v9.21.0
+ rev: v9.26.0
31
32
- id: eslint
33
args: [--fix, --color]
@@ -36,7 +36,7 @@ repos:
36
- eslint-plugin-react@7.37.0
37
- react@18.3.1
38
- repo: https://github.com/crate-ci/typos
39
- rev: v1.30.0
+ rev: v1
40
41
- id: typos
42
exclude: |
0 commit comments