We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05348d0 commit 2edb4e6Copy full SHA for 2edb4e6
1 file changed
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
@@ -19,12 +19,12 @@ repos:
19
- id: check-docstring-first
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.11.6
+ rev: v0.12.12
23
24
- id: ruff
25
- id: ruff-format
26
27
- repo: https://github.com/woodruffw/zizmor-pre-commit
28
- rev: v1.6.0
+ rev: v1.12.1
29
30
- id: zizmor
0 commit comments