Skip to content

Commit d68aa96

Browse files
committed
update and add zizmor checks
1 parent fff70e9 commit d68aa96

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-ast
66
- id: debug-statements
77
- id: check-added-large-files
88

99
- repo: https://github.com/codespell-project/codespell
10-
rev: v2.2.6
10+
rev: v2.4.1
1111
hooks:
1212
- id: codespell
1313
exclude: >
@@ -20,16 +20,21 @@ repos:
2020
- --ignore-words-list=nin,preformed,wih,
2121

2222
- repo: https://github.com/tox-dev/pyproject-fmt
23-
rev: 1.8.0
23+
rev: v2.6.0
2424
hooks:
2525
- id: pyproject-fmt
2626

2727

2828
- repo: https://github.com/charliermarsh/ruff-pre-commit
29-
rev: v0.3.7
29+
rev: v0.11.13
3030
hooks:
3131
- id: ruff
3232

33+
- repo: https://github.com/woodruffw/zizmor-pre-commit
34+
rev: v1.9.0
35+
hooks:
36+
- id: zizmor
37+
3338
ci:
3439
autofix_commit_msg: |
3540
[pre-commit.ci] auto fixes from pre-commit.com hooks

0 commit comments

Comments
 (0)