Skip to content

Commit 491f8e4

Browse files
chore(deps): update pre-commit hooks (#1072)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.11.8](astral-sh/ruff-pre-commit@v0.11.4...v0.11.8) - [github.com/henryiii/validate-pyproject-schema-store: 2025.04.07 → 2025.04.28](henryiii/validate-pyproject-schema-store@2025.04.07...2025.04.28) - [github.com/python-jsonschema/check-jsonschema: 0.32.1 → 0.33.0](python-jsonschema/check-jsonschema@0.32.1...0.33.0) - [github.com/scientific-python/cookie: 2025.01.22 → 2025.05.02](scientific-python/cookie@2025.01.22...2025.05.02) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cdfff3e commit 491f8e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repos:
2525
exclude: "^tests"
2626

2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.11.4
28+
rev: v0.11.8
2929
hooks:
3030
- id: ruff
3131
args: ["--fix", "--show-fixes"]
@@ -129,12 +129,12 @@ repos:
129129
additional_dependencies: [cogapp]
130130

131131
- repo: https://github.com/henryiii/validate-pyproject-schema-store
132-
rev: 2025.04.07
132+
rev: 2025.04.28
133133
hooks:
134134
- id: validate-pyproject
135135

136136
- repo: https://github.com/python-jsonschema/check-jsonschema
137-
rev: 0.32.1
137+
rev: 0.33.0
138138
hooks:
139139
- id: check-dependabot
140140
- id: check-github-workflows
@@ -148,6 +148,6 @@ repos:
148148
- id: validate-cff
149149

150150
- repo: https://github.com/scientific-python/cookie
151-
rev: 2025.01.22
151+
rev: 2025.05.02
152152
hooks:
153153
- id: sp-repo-review

0 commit comments

Comments
 (0)