We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d749a commit 3eab1d8Copy full SHA for 3eab1d8
.pre-commit-config.yaml
@@ -12,12 +12,12 @@ 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.9.3'
+ rev: 'v0.9.4'
16
hooks:
17
- id: ruff
18
args: ['--fix', '--unsafe-fixes']
19
- repo: https://github.com/psf/black
20
- rev: 24.10.0
+ rev: 25.1.0
21
22
- id: black
23
- repo: https://github.com/PyCQA/isort
@@ -36,6 +36,6 @@ repos:
36
- id: check-yaml
37
- id: debug-statements
38
- repo: https://github.com/codespell-project/codespell
39
- rev: v2.4.0
+ rev: v2.4.1
40
41
- id: codespell
0 commit comments