Skip to content

Commit e44034c

Browse files
Auto-update pre-commit hooks
1 parent 242834a commit e44034c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v5.0.0
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-added-large-files
1010
- repo: https://github.com/adrienverge/yamllint
11-
rev: v1.37.0
11+
rev: v1.38.0
1212
hooks:
1313
- id: yamllint
1414
- repo: https://github.com/DavidAnson/markdownlint-cli2
15-
rev: v0.17.2
15+
rev: v0.20.0
1616
hooks:
1717
- id: markdownlint-cli2-rules-docker
1818
- repo: https://github.com/codespell-project/codespell
@@ -23,11 +23,11 @@ repos:
2323
additional_dependencies:
2424
- tomli
2525
- repo: https://github.com/shellcheck-py/shellcheck-py
26-
rev: v0.10.0.1
26+
rev: v0.11.0.1
2727
hooks:
2828
- id: shellcheck
2929
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
30-
rev: v9.22.0
30+
rev: v9.24.0
3131
hooks:
3232
- id: commitlint
3333
stages: [commit-msg]

0 commit comments

Comments
 (0)