We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0589b4d commit 52a962aCopy full SHA for 52a962a
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: trailing-whitespace
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.9.10"
+ rev: "v0.11.8"
23
hooks:
24
- id: ruff
25
args: ["--fix", "--show-fixes"]
@@ -65,12 +65,12 @@ repos:
65
- id: shellcheck
66
67
- repo: https://github.com/henryiii/validate-pyproject-schema-store
68
- rev: 2025.03.03
+ rev: 2025.04.28
69
70
- id: validate-pyproject
71
72
- repo: https://github.com/python-jsonschema/check-jsonschema
73
- rev: 0.31.3
+ rev: 0.33.0
74
75
- id: check-dependabot
76
- id: check-github-workflows
@@ -79,6 +79,6 @@ repos:
79
files: \.schema\.json
80
81
- repo: https://github.com/scientific-python/cookie
82
- rev: 2025.01.22
+ rev: 2025.05.02
83
84
- id: sp-repo-review
0 commit comments