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 35d3e40 + ad19e6d commit 47e531dCopy full SHA for 47e531d
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: check-added-large-files
18
- id: check-case-conflict
19
- repo: https://github.com/python-jsonschema/check-jsonschema
20
- rev: 0.31.3
+ rev: 0.32.1
21
hooks:
22
- id: check-dependabot
23
- id: check-github-workflows
@@ -47,7 +47,7 @@ repos:
47
files: tools/schemacode
48
args: ["--settings-file", "tools/schemacode/pyproject.toml"]
49
- repo: https://github.com/pyCQA/flake8
50
- rev: 7.1.2
+ rev: 7.2.0
51
52
- id: flake8
53
args: [--config=tools/schemacode/.flake8]
0 commit comments