Skip to content

Commit 403fbb0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2) - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.6](astral-sh/ruff-pre-commit@v0.8.6...v0.9.6)
1 parent 7486f29 commit 403fbb0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ repos:
4040
# F822: undefined name in __all__
4141
# F823: local variable name referenced before assignment
4242
- repo: https://github.com/PyCQA/flake8
43-
rev: 7.1.1
43+
rev: 7.1.2
4444
hooks:
4545
- id: flake8
4646
args:
@@ -52,7 +52,7 @@ repos:
5252
exclude: ".*(data.*|extern.*|cextern)$"
5353

5454
- repo: https://github.com/psf/black-pre-commit-mirror
55-
rev: 24.10.0
55+
rev: 25.1.0
5656
hooks:
5757
- id: black
5858

@@ -64,20 +64,20 @@ repos:
6464
exclude: ".*(tests.*)$"
6565

6666
- repo: https://github.com/scientific-python/cookie
67-
rev: 2024.08.19
67+
rev: 2025.01.22
6868
hooks:
6969
- id: sp-repo-review
7070

7171
- repo: https://github.com/codespell-project/codespell
72-
rev: v2.3.0
72+
rev: v2.4.1
7373
hooks:
7474
- id: codespell
7575
args: ["--write-changes"]
7676
additional_dependencies:
7777
- tomli
7878

7979
- repo: https://github.com/astral-sh/ruff-pre-commit
80-
rev: "v0.8.6"
80+
rev: "v0.9.6"
8181
hooks:
8282
- id: ruff
8383
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)