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 971bc39 commit 3124b23Copy full SHA for 3124b23
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ default_language_version:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v5.0.0
+ rev: v6.0.0
7
hooks:
8
- id: check-json
9
- id: pretty-format-json
@@ -26,7 +26,7 @@ repos:
26
# - id: include-what-you-use
27
28
- repo: https://github.com/python-jsonschema/check-jsonschema
29
- rev: 0.33.2
+ rev: 0.34.0
30
31
- id: check-github-workflows
32
- repo: meta
0 commit comments