Skip to content

Commit 3eab1d8

Browse files
[pre-commit.ci] pre-commit autoupdate (#29)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Nabil Freij <nabil.freij@gmail.com>
1 parent 94d749a commit 3eab1d8

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,12 +12,12 @@ 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.9.3'
15+
rev: 'v0.9.4'
1616
hooks:
1717
- id: ruff
1818
args: ['--fix', '--unsafe-fixes']
1919
- repo: https://github.com/psf/black
20-
rev: 24.10.0
20+
rev: 25.1.0
2121
hooks:
2222
- id: black
2323
- repo: https://github.com/PyCQA/isort
@@ -36,6 +36,6 @@ repos:
3636
- id: check-yaml
3737
- id: debug-statements
3838
- repo: https://github.com/codespell-project/codespell
39-
rev: v2.4.0
39+
rev: v2.4.1
4040
hooks:
4141
- id: codespell

0 commit comments

Comments
 (0)