Skip to content

Commit c2a550a

Browse files
authored
Merge branch 'main' into dependabot/github_actions/dependencies-c4dc3e2100
2 parents 18f77a8 + 5ff6b29 commit c2a550a

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)