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.
2 parents 6eae344 + 6da7701 commit 1a5ceeeCopy full SHA for 1a5ceee
.pre-commit-config.yaml
@@ -46,7 +46,7 @@ repos:
46
# Linting and formatting for Python code (see pyproject.toml for config)
47
- repo: https://github.com/astral-sh/ruff-pre-commit
48
# Ruff version.
49
- rev: v0.11.4
+ rev: v0.12.2
50
hooks:
51
# Run the linter.
52
- id: ruff
@@ -56,12 +56,12 @@ repos:
56
57
# Ensure GitHub workflows match the expected schema.
58
- repo: https://github.com/sirosen/check-jsonschema
59
- rev: 0.32.1
+ rev: 0.33.2
60
61
- id: check-github-workflows
62
63
# Find common security issues in GitHub Actions workflows
64
- repo: https://github.com/woodruffw/zizmor-pre-commit
65
- rev: v1.7.0
+ rev: v1.11.0
66
67
- id: zizmor
0 commit comments