Skip to content

Commit 77ab435

Browse files
chore: update pre-commit hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.4](python-jsonschema/check-jsonschema@0.28.1...0.28.4) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.7](astral-sh/ruff-pre-commit@v0.3.5...v0.4.7) - [github.com/scientific-python/cookie: 2024.03.10 → 2024.04.23](scientific-python/cookie@2024.03.10...2024.04.23)
1 parent d6dc8a5 commit 77ab435

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ci:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v4.6.0
88
hooks:
99
- id: check-case-conflict
1010
- id: check-ast
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

2323
- repo: https://github.com/python-jsonschema/check-jsonschema
24-
rev: 0.28.1
24+
rev: 0.28.4
2525
hooks:
2626
- id: check-github-workflows
2727

@@ -45,13 +45,13 @@ repos:
4545
additional_dependencies: [black==23.7.0]
4646

4747
- repo: https://github.com/codespell-project/codespell
48-
rev: "v2.2.6"
48+
rev: "v2.3.0"
4949
hooks:
5050
- id: codespell
5151
args: ["-L", "sur,nd"]
5252

5353
- repo: https://github.com/pre-commit/mirrors-mypy
54-
rev: "v1.9.0"
54+
rev: "v1.10.0"
5555
hooks:
5656
- id: mypy
5757
files: "^nbconvert"
@@ -81,7 +81,7 @@ repos:
8181
- id: rst-inline-touching-normal
8282

8383
- repo: https://github.com/astral-sh/ruff-pre-commit
84-
rev: v0.3.5
84+
rev: v0.4.7
8585
hooks:
8686
- id: ruff
8787
types_or: [python, jupyter]
@@ -90,7 +90,7 @@ repos:
9090
types_or: [python, jupyter]
9191

9292
- repo: https://github.com/scientific-python/cookie
93-
rev: "2024.03.10"
93+
rev: "2024.04.23"
9494
hooks:
9595
- id: sp-repo-review
9696
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)