We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411113b commit b3d1683Copy full SHA for b3d1683
.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
@@ -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.14.14
58
59
- id: ruff
60
args: ["--config", "python/pyproject.toml"]
0 commit comments