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 4c8ca61 + 1c03ba5 commit c4b675cCopy full SHA for c4b675c
.pre-commit-config.yaml
@@ -39,11 +39,11 @@ repos:
39
- id: check-useless-excludes
40
- repo: https://github.com/gruntwork-io/pre-commit
41
# Get the latest from: https://github.com/gruntwork-io/pre-commit/releases
42
- rev: v0.1.28
+ rev: v0.1.29
43
hooks:
44
- id: shellcheck
45
- repo: https://github.com/asottile/reorder_python_imports
46
- rev: v3.14.0
+ rev: v3.15.0
47
48
- id: reorder-python-imports
49
language_version: python3
@@ -63,7 +63,7 @@ repos:
63
language: ruby
64
files: \.(md|mdown|markdown)$
65
- repo: https://github.com/adrienverge/yamllint.git
66
- rev: v1.37.0
+ rev: v1.37.1
67
68
- id: yamllint
69
files: \.(yaml|yml)$
0 commit comments