Skip to content

Commit 99e9faf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: 3b3f7c3f57fe9925356faf5fe6230835138be230 → c59bba8fb259db0fec2bbb77ad8ba51ea7341b56](astral-sh/ruff-pre-commit@3b3f7c3...c59bba8) - [github.com/pre-commit/mirrors-eslint: 97a8e4af05a8fa8a0ed79d2fbd1f4c86bf1a0178 → 8763fc929b6232999d541a3d8eb49965a6b71afb](pre-commit/mirrors-eslint@97a8e4a...8763fc9) - [github.com/crate-ci/typos: 37bb98842b0d8c4ffebdb75301a13db0267cef89 → d80b8e26878e372a041833cd67163dbdb6a4336e](crate-ci/typos@37bb988...d80b8e2) - [github.com/zizmorcore/zizmor-pre-commit: 9257c6050c0261b8c57e712f632dc4a8010109a9 → e3eebf65325ccc992422292cb7a4baee967cf815](zizmorcore/zizmor-pre-commit@9257c60...e3eebf6)
1 parent 15fbe00 commit 99e9faf

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
@@ -25,12 +25,12 @@ repos:
2525
exclude: \.dot$
2626
- id: debug-statements
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: 3b3f7c3f57fe9925356faf5fe6230835138be230 # frozen: v0.15.17
28+
rev: c59bba8fb259db0fec2bbb77ad8ba51ea7341b56 # frozen: v0.15.20
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix, --exit-non-zero-on-fix]
3232
- repo: https://github.com/pre-commit/mirrors-eslint
33-
rev: 97a8e4af05a8fa8a0ed79d2fbd1f4c86bf1a0178 # frozen: v10.5.0
33+
rev: 8763fc929b6232999d541a3d8eb49965a6b71afb # frozen: v10.6.0
3434
hooks:
3535
- id: eslint
3636
args: [--fix, --color]
@@ -39,7 +39,7 @@ repos:
3939
- eslint-plugin-react@7.37.0
4040
- react@18.3.1
4141
- repo: https://github.com/crate-ci/typos
42-
rev: 37bb98842b0d8c4ffebdb75301a13db0267cef89 # frozen: v1.47.2
42+
rev: d80b8e26878e372a041833cd67163dbdb6a4336e # frozen: v1
4343
hooks:
4444
- id: typos
4545
exclude: |
@@ -53,7 +53,7 @@ repos:
5353
testing/.*.xml
5454
)$
5555
- repo: https://github.com/zizmorcore/zizmor-pre-commit
56-
rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # frozen: v1.25.2
56+
rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1
5757
hooks:
5858
- id: zizmor
5959
args: [--fix, --offline]

0 commit comments

Comments
 (0)