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 5d3367f commit 0bc251dCopy full SHA for 0bc251d
.pre-commit-config.yaml
@@ -1,14 +1,14 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
3
- rev: v4.3.0
+ rev: v5.0.0
4
hooks:
5
- id: check-yaml
6
- id: end-of-file-fixer
7
- id: trailing-whitespace
8
- id: check-added-large-files
9
- id: detect-private-key
10
- repo: https://github.com/hadolint/hadolint
11
- rev: v2.12.0
+ rev: v2.13.1-beta
12
13
- id: hadolint-docker
14
args:
@@ -19,6 +19,6 @@ repos:
19
--ignore,SC2086,
20
]
21
- repo: https://github.com/shellcheck-py/shellcheck-py
22
- rev: v0.9.0.5
+ rev: v0.10.0.1
23
24
- id: shellcheck
0 commit comments