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 d84fa86 commit bad4f3dCopy full SHA for bad4f3d
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
- id: no-commit-to-branch
25
args: [ '--branch', 'main' ]
26
- repo: https://github.com/python-jsonschema/check-jsonschema
27
- rev: 0.29.4
+ rev: 0.30.0
28
hooks:
29
- id: check-github-workflows
30
args: ["--verbose"]
@@ -75,7 +75,7 @@ repos:
75
additional_dependencies:
76
- tomli
77
- repo: https://github.com/abravalheri/validate-pyproject
78
- rev: v0.22
+ rev: v0.23
79
80
- id: validate-pyproject
81
# Optional extra validations from SchemaStore:
0 commit comments