Skip to content

Commit 43f8a50

Browse files
chore: update pre-commit hooks (#95)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.27.4](python-jsonschema/check-jsonschema@0.27.3...0.27.4) - [github.com/astral-sh/ruff-pre-commit: v0.1.9 → v0.2.0](astral-sh/ruff-pre-commit@v0.1.9...v0.2.0) - [github.com/scientific-python/cookie: 2023.12.21 → 2024.01.24](scientific-python/cookie@2023.12.21...2024.01.24) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e0f689b commit 43f8a50

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

@@ -77,7 +77,7 @@ repos:
7777
- id: rst-inline-touching-normal
7878

7979
- repo: https://github.com/astral-sh/ruff-pre-commit
80-
rev: v0.1.9
80+
rev: v0.2.0
8181
hooks:
8282
- id: ruff
8383
types_or: [python, jupyter]
@@ -86,7 +86,7 @@ repos:
8686
types_or: [python, jupyter]
8787

8888
- repo: https://github.com/scientific-python/cookie
89-
rev: "2023.12.21"
89+
rev: "2024.01.24"
9090
hooks:
9191
- id: sp-repo-review
9292
additional_dependencies: ["repo-review[cli]"]

0 commit comments

Comments
 (0)