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 1342522 + cba2213 commit 4f576edCopy full SHA for 4f576ed
.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: v5.0.0
+ rev: v6.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.33.2
+ rev: 0.33.3
24
25
- id: check-github-workflows
26
- repo: https://github.com/Lucas-C/pre-commit-hooks
0 commit comments