We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb6795 commit 644cad4Copy full SHA for 644cad4
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v5.0.0
+ rev: v6.0.0
10
hooks:
11
- id: trailing-whitespace
12
- id: end-of-file-fixer
@@ -23,7 +23,7 @@ repos:
23
24
- id: black
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.12.7
+ rev: v0.12.11
27
28
- id: ruff-check
29
types: [file]
@@ -40,11 +40,11 @@ repos:
40
additional_dependencies:
41
- tomli
42
- repo: https://github.com/adhtruong/mirrors-typos
43
- rev: v1.34.0
+ rev: v1.35.6
44
45
- id: typos
46
- repo: https://github.com/woodruffw/zizmor-pre-commit
47
- rev: v1.11.0
+ rev: v1.12.1
48
49
- id: zizmor
50
- repo: local
0 commit comments