Skip to content

Commit 893daee

Browse files
committed
style: Update pre-commit hooks
1 parent c6f2197 commit 893daee

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
@@ -37,13 +37,13 @@ repos:
3737
exclude: LICENSE.md
3838

3939
- repo: https://github.com/hadolint/hadolint
40-
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
40+
rev: 4e697ba704fd23b2409b947a319c19c3ee54d24f # frozen: v2.14.0
4141
hooks:
4242
- id: hadolint-docker
4343
# hadolint-docker is a special hook that runs hadolint in a Docker container
4444
# Docker is not installed in the environment where pre-commit is run
4545
stages: [manual]
46-
entry: hadolint/hadolint:v2.12.1-beta hadolint
46+
entry: hadolint/hadolint:v2.14 hadolint
4747

4848
- repo: https://github.com/codespell-project/codespell
4949
rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
@@ -80,7 +80,7 @@ repos:
8080
language: script
8181

8282
- repo: https://github.com/pre-commit/mirrors-clang-format
83-
rev: 86fdcc9bd34d6afbbd29358b97436c8ffe3aa3b2 # frozen: v21.1.0
83+
rev: 719856d56a62953b8d2839fb9e851f25c3cfeef8 # frozen: v21.1.2
8484
hooks:
8585
- id: clang-format
8686
args: [--style=file]

0 commit comments

Comments
 (0)