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 34080ca + b7d45a4 commit 2558b57Copy full SHA for 2558b57
.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.5.0
+ rev: v4.6.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.28.1
+ rev: 0.28.2
24
25
- id: check-github-workflows
26
- repo: https://github.com/Lucas-C/pre-commit-hooks
0 commit comments