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 a5d07c5 commit 0a596a2Copy full SHA for 0a596a2
.pre-commit-config.yaml
@@ -40,7 +40,7 @@ repos:
40
# Linting and formatting for Python code (see pyproject.toml for config)
41
- repo: https://github.com/astral-sh/ruff-pre-commit
42
# Ruff version.
43
- rev: v0.4.10
+ rev: v0.5.0
44
hooks:
45
# Run the linter.
46
- id: ruff
@@ -50,6 +50,6 @@ repos:
50
51
# Ensure GitHub workflows match the expected schema.
52
- repo: https://github.com/sirosen/check-jsonschema
53
- rev: 0.28.3
+ rev: 0.28.6
54
55
- id: check-github-workflows
0 commit comments