Skip to content

Commit ee51ea4

Browse files
pre-commit-ci[bot]MyPyDavid
authored andcommitted
build(pre-commit): pre-commit autoupdate by ci
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.9 → v0.11.8](astral-sh/ruff-pre-commit@v0.9.9...v0.11.8) - [github.com/pre-commit/mirrors-eslint: v9.21.0 → v9.26.0](pre-commit/mirrors-eslint@v9.21.0...v9.26.0) - [github.com/crate-ci/typos: v1.30.0 → v1](crate-ci/typos@v1.30.0...v1)
1 parent 4df9e24 commit ee51ea4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ repos:
2222
exclude: \.dot$
2323
- id: debug-statements
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.9.9
25+
rev: v0.11.8
2626
hooks:
2727
- id: ruff
2828
args: [--fix, --exit-non-zero-on-fix]
2929
- repo: https://github.com/pre-commit/mirrors-eslint
30-
rev: v9.21.0
30+
rev: v9.26.0
3131
hooks:
3232
- id: eslint
3333
args: [--fix, --color]
@@ -36,7 +36,7 @@ repos:
3636
- eslint-plugin-react@7.37.0
3737
- react@18.3.1
3838
- repo: https://github.com/crate-ci/typos
39-
rev: v1.30.0
39+
rev: v1
4040
hooks:
4141
- id: typos
4242
exclude: |

0 commit comments

Comments
 (0)