We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b85f472 commit 1d77653Copy full SHA for 1d77653
.pre-commit-config.yaml
@@ -19,11 +19,11 @@ repos:
19
- id: sort-simple-yaml
20
files: .pre-commit-config.yaml
21
- repo: https://github.com/psf/black-pre-commit-mirror
22
- rev: 25.9.0
+ rev: 25.11.0
23
hooks:
24
- id: black
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: v0.14.3
+ rev: v0.14.7
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.38.1
+ rev: v1.40.0
44
45
- id: typos
46
- repo: https://github.com/woodruffw/zizmor-pre-commit
47
- rev: v1.16.1
+ rev: v1.18.0
48
49
- id: zizmor
50
- repo: local
0 commit comments