We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a8e33c commit a13a261Copy full SHA for a13a261
.pre-commit-config.yaml
@@ -12,16 +12,16 @@ repos:
12
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
13
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
14
- repo: https://github.com/astral-sh/ruff-pre-commit
15
- rev: 'v0.13.3'
+ rev: 'v0.14.10'
16
hooks:
17
- id: ruff
18
args: ['--fix', '--unsafe-fixes']
19
- repo: https://github.com/psf/black-pre-commit-mirror
20
- rev: 25.9.0
+ rev: 25.12.0
21
22
- id: black
23
- repo: https://github.com/PyCQA/isort
24
- rev: 6.1.0
+ rev: 7.0.0
25
26
- id: isort
27
- repo: https://github.com/pre-commit/pre-commit-hooks
0 commit comments