Skip to content

Commit d319fbc

Browse files
build(pre-commit): pre-commit autoupdate by ci
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.7...v0.15.9) - [github.com/pre-commit/mirrors-eslint: v9.39.1 → v10.2.0](pre-commit/mirrors-eslint@v9.39.1...v10.2.0) - [github.com/crate-ci/typos: v1.40.0 → v1](crate-ci/typos@v1.40.0...v1) - [github.com/zizmorcore/zizmor-pre-commit: v1.18.0 → v1.23.1](zizmorcore/zizmor-pre-commit@v1.18.0...v1.23.1)
1 parent 5d03a6c commit d319fbc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.14.7
25+
rev: v0.15.9
2626
hooks:
2727
- id: ruff-check
2828
args: [--fix, --exit-non-zero-on-fix]
2929
- repo: https://github.com/pre-commit/mirrors-eslint
30-
rev: v9.39.1
30+
rev: v10.2.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.40.0
39+
rev: v1
4040
hooks:
4141
- id: typos
4242
exclude: |
@@ -50,7 +50,7 @@ repos:
5050
testing/.*.xml
5151
)$
5252
- repo: https://github.com/zizmorcore/zizmor-pre-commit
53-
rev: v1.18.0
53+
rev: v1.23.1
5454
hooks:
5555
- id: zizmor
5656
args: [--fix, --offline]

0 commit comments

Comments
 (0)