Skip to content

Commit 9e3616f

Browse files
chore: update pre-commit hooks
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)
1 parent 86fc8c5 commit 9e3616f

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
@@ -38,7 +38,7 @@ repos:
3838

3939

4040
- repo: https://github.com/astral-sh/ruff-pre-commit
41-
rev: "v0.9.2"
41+
rev: "v0.9.3"
4242
hooks:
4343
- id: ruff
4444
types: [file, python]
@@ -47,7 +47,7 @@ repos:
4747
types: [file, python]
4848

4949
- repo: https://github.com/codespell-project/codespell
50-
rev: "v2.3.0"
50+
rev: "v2.4.0"
5151
hooks:
5252
- id: codespell
5353
types_or: [asciidoc, python, markdown, rst]
@@ -82,7 +82,7 @@ repos:
8282
- id: validate-pyproject
8383

8484
- repo: https://github.com/scientific-python/cookie
85-
rev: 2024.08.19
85+
rev: 2025.01.22
8686
hooks:
8787
- id: sp-repo-review
8888
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)