We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e44f79f + 1a03171 commit a301cafCopy full SHA for a301caf
1 file changed
.pre-commit-config.yaml
@@ -37,7 +37,7 @@ repos:
37
- tomli
38
39
- repo: https://github.com/psf/black
40
- rev: 25.9.0
+ rev: 26.1.0
41
hooks:
42
- id: black
43
exclude: "_vendored/conv_template.py"
@@ -49,7 +49,7 @@ repos:
49
args: ["-i"]
50
51
- repo: https://github.com/MarcoGorelli/cython-lint
52
- rev: v0.17.0
+ rev: v0.19.0
53
54
- id: cython-lint
55
- id: double-quote-cython-strings
@@ -64,7 +64,7 @@ repos:
64
- flake8-bugbear==24.4.26
65
66
- repo: https://github.com/pycqa/isort
67
- rev: 6.1.0
+ rev: 8.0.0
68
69
- id: isort
70
name: isort (python)
@@ -76,7 +76,7 @@ repos:
76
types: [pyi]
77
78
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
79
- rev: v2.15.0
+ rev: v2.16.0
80
81
- id: pretty-format-toml
82
args: [--autofix]
0 commit comments