Skip to content

Commit 8c963a1

Browse files
chore: update pre-commit hooks (#1390)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a71b466 commit 8c963a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: trailing-whitespace
2222

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

@@ -61,7 +61,7 @@ repos:
6161
["traitlets>=5.13", "jupyter_core>=5.5", "jupyter_client>=8.5"]
6262

6363
- repo: https://github.com/astral-sh/ruff-pre-commit
64-
rev: v0.1.9
64+
rev: v0.2.0
6565
hooks:
6666
- id: ruff
6767
types_or: [python, jupyter]
@@ -70,7 +70,7 @@ repos:
7070
types_or: [python, jupyter]
7171

7272
- repo: https://github.com/scientific-python/cookie
73-
rev: "2023.12.21"
73+
rev: "2024.01.24"
7474
hooks:
7575
- id: sp-repo-review
7676
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)