Skip to content

Commit bb1e14e

Browse files
chore: update pre-commit hooks (#105)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/scientific-python/cookie: 2024.08.19 → 2025.01.22](scientific-python/cookie@2024.08.19...2025.01.22) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent fbe94d4 commit bb1e14e

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
@@ -51,7 +51,7 @@ repos:
5151
- id: trailing-whitespace
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: "v0.9.2"
54+
rev: "v0.9.3"
5555
hooks:
5656
- id: ruff
5757
types: [file, python]
@@ -60,7 +60,7 @@ repos:
6060
types: [file, python]
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: "v2.3.0"
63+
rev: "v2.4.0"
6464
hooks:
6565
- id: codespell
6666
types_or: [asciidoc, python, markdown, rst]
@@ -91,7 +91,7 @@ repos:
9191
- id: validate-pyproject
9292

9393
- repo: https://github.com/scientific-python/cookie
94-
rev: 2024.08.19
94+
rev: 2025.01.22
9595
hooks:
9696
- id: sp-repo-review
9797
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)