Skip to content

Commit bb2c4fe

Browse files
chore: update pre-commit hooks (#2791)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.1 → v0.9.4](astral-sh/ruff-pre-commit@v0.9.1...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22) - [github.com/twisted/towncrier: 23.11.0 → 24.8.0](twisted/towncrier@23.11.0...24.8.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cd1f33d commit bb2c4fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ci:
66
default_stages: [pre-commit, pre-push]
77
repos:
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.9.1
9+
rev: v0.9.4
1010
hooks:
1111
- id: ruff
1212
args: ["--fix", "--show-fixes"]
1313
- id: ruff-format
1414
- repo: https://github.com/codespell-project/codespell
15-
rev: v2.3.0
15+
rev: v2.4.1
1616
hooks:
1717
- id: codespell
1818
args: ["-L", "fo,ihs,kake,te", "-S", "fixture"]
@@ -37,7 +37,7 @@ repos:
3737
# Tests
3838
- pytest
3939
- repo: https://github.com/scientific-python/cookie
40-
rev: 2024.08.19
40+
rev: 2025.01.22
4141
hooks:
4242
- id: sp-repo-review
4343
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -50,6 +50,6 @@ repos:
5050
hooks:
5151
- id: numpydoc-validation
5252
- repo: https://github.com/twisted/towncrier
53-
rev: 23.11.0
53+
rev: 24.8.0
5454
hooks:
5555
- id: towncrier-check

0 commit comments

Comments
 (0)