Skip to content

Commit 767d9fe

Browse files
chore: update pre-commit hooks (#396)
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 0d2cd67 commit 767d9fe

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
@@ -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

@@ -60,7 +60,7 @@ repos:
6060
additional_dependencies: []
6161

6262
- repo: https://github.com/astral-sh/ruff-pre-commit
63-
rev: v0.1.9
63+
rev: v0.2.0
6464
hooks:
6565
- id: ruff
6666
types_or: [python, jupyter]
@@ -71,7 +71,7 @@ repos:
7171
exclude: ^tests/resources/
7272

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

0 commit comments

Comments
 (0)