Skip to content

Commit d9cc122

Browse files
committed
Bump pre-commit tools
1 parent dc0e20f commit d9cc122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
name: Check trailing whitespace
1212
args: [--markdown-linebreak-ext=md]
1313
- repo: https://github.com/adrienverge/yamllint.git
14-
rev: v1.35.1
14+
rev: v1.37.0
1515
hooks:
1616
- id: yamllint
1717
name: Check yaml files (yamllint)
@@ -54,7 +54,7 @@ repos:
5454
language: docker_image
5555
types: [markdown]
5656
- repo: https://github.com/codespell-project/codespell
57-
rev: v2.3.0
57+
rev: v2.4.1
5858
hooks:
5959
- id: codespell
6060
name: Checks for common misspellings in text files

0 commit comments

Comments
 (0)