Skip to content

Commit c9a8ca0

Browse files
pre-commit: autoupdate hooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/adrienverge/yamllint: v1.32.0 → v1.33.0](adrienverge/yamllint@v1.32.0...v1.33.0) - [github.com/igorshubovych/markdownlint-cli: v0.36.0 → v0.39.0](igorshubovych/markdownlint-cli@v0.36.0...v0.39.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6)
1 parent 356a747 commit c9a8ca0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_install_hook_types: [pre-commit, commit-msg]
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.4.0
8+
rev: v4.5.0
99
hooks:
1010
- id: check-added-large-files
1111
- id: check-merge-conflict
@@ -16,13 +16,13 @@ repos:
1616
- id: mixed-line-ending
1717

1818
- repo: https://github.com/adrienverge/yamllint
19-
rev: v1.32.0
19+
rev: v1.33.0
2020
hooks:
2121
- id: yamllint
2222
args: [-c=.yamllint]
2323

2424
- repo: https://github.com/igorshubovych/markdownlint-cli
25-
rev: v0.36.0
25+
rev: v0.39.0
2626
hooks:
2727
- id: markdownlint
2828
- id: markdownlint-fix
@@ -35,7 +35,7 @@ repos:
3535
- commit-msg
3636

3737
- repo: https://github.com/codespell-project/codespell
38-
rev: v2.2.5
38+
rev: v2.2.6
3939
hooks:
4040
- id: codespell
4141

0 commit comments

Comments
 (0)