Skip to content

Commit 0bc251d

Browse files
committed
chore: update .pre-commit-config.yaml
1 parent 5d3367f commit 0bc251d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.3.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88
- id: check-added-large-files
99
- id: detect-private-key
1010
- repo: https://github.com/hadolint/hadolint
11-
rev: v2.12.0
11+
rev: v2.13.1-beta
1212
hooks:
1313
- id: hadolint-docker
1414
args:
@@ -19,6 +19,6 @@ repos:
1919
--ignore,SC2086,
2020
]
2121
- repo: https://github.com/shellcheck-py/shellcheck-py
22-
rev: v0.9.0.5
22+
rev: v0.10.0.1
2323
hooks:
2424
- id: shellcheck

0 commit comments

Comments
 (0)