We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411113b commit 67f71f4Copy full SHA for 67f71f4
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: check-added-large-files
11
args: ["--maxkb=4000"]
12
- repo: https://github.com/psf/black
13
- rev: 25.12.0
+ rev: 26.1.0
14
hooks:
15
- id: black
16
- repo: https://github.com/pycqa/isort
@@ -19,7 +19,7 @@ repos:
19
- id: isort
20
args: ["--profile", "black", "--filter-files"]
21
- repo: https://github.com/MarcoGorelli/cython-lint
22
- rev: v0.18.1
+ rev: v0.19.0
23
24
- id: cython-lint
25
- id: double-quote-cython-strings
@@ -54,7 +54,7 @@ repos:
54
- id: mypy
55
additional_dependencies: [types-setuptools]
56
- repo: https://github.com/astral-sh/ruff-pre-commit
57
- rev: v0.14.11
+ rev: v0.15.0
58
59
- id: ruff
60
args: ["--config", "python/pyproject.toml"]
0 commit comments