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 3d44a47 + 2996fc5 commit baf6610Copy full SHA for baf6610
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ ci:
4
repos:
5
# shared across repos:
6
- repo: https://github.com/pre-commit/pre-commit-hooks
7
- rev: v4.6.0
+ rev: v5.0.0
8
hooks:
9
- id: check-added-large-files
10
- id: check-case-conflict
@@ -20,7 +20,7 @@ repos:
20
args: ['--fix=lf']
21
- id: trailing-whitespace
22
- repo: https://github.com/python-jsonschema/check-jsonschema
23
- rev: 0.29.2
+ rev: 0.29.3
24
25
- id: check-github-workflows
26
- repo: https://github.com/Lucas-C/pre-commit-hooks
@@ -34,6 +34,6 @@ repos:
34
- json
35
# specific to scripts:
36
37
38
39
- id: forbid-new-submodules
0 commit comments