Skip to content

Commit b84ee13

Browse files
committed
update
1 parent c3d85e0 commit b84ee13

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-ast
66
- id: debug-statements
@@ -20,18 +20,18 @@ repos:
2020
- --ignore-words-list=nin,preformed,wih,
2121

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

2727

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

3333
- repo: https://github.com/woodruffw/zizmor-pre-commit
34-
rev: v1.11.0
34+
rev: v1.17.0
3535
hooks:
3636
- id: zizmor
3737

0 commit comments

Comments
 (0)