Skip to content

Commit a13a261

Browse files
[pre-commit.ci] pre-commit autoupdate (#56)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7a8e33c commit a13a261

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ repos:
1212
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
1313
exclude: ".*(.fits|.fts|.fit|.txt|tca.*|extern.*|.rst|.md|docs/conf.py)$"
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: 'v0.13.3'
15+
rev: 'v0.14.10'
1616
hooks:
1717
- id: ruff
1818
args: ['--fix', '--unsafe-fixes']
1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 25.9.0
20+
rev: 25.12.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.1.0
24+
rev: 7.0.0
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)