Bump pre-commit tools
This commit is contained in:
parent
e646328e5b
commit
de9e8b2793
|
|
@ -13,12 +13,12 @@ repos:
|
||||||
name: Check trailing whitespace
|
name: Check trailing whitespace
|
||||||
args: [--markdown-linebreak-ext=md]
|
args: [--markdown-linebreak-ext=md]
|
||||||
- repo: https://github.com/adrienverge/yamllint.git
|
- repo: https://github.com/adrienverge/yamllint.git
|
||||||
rev: v1.29.0
|
rev: v1.32.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: yamllint
|
- id: yamllint
|
||||||
name: Check yaml files (yamllint)
|
name: Check yaml files (yamllint)
|
||||||
- repo: https://github.com/ansible/ansible-lint.git
|
- repo: https://github.com/ansible/ansible-lint.git
|
||||||
rev: v6.13.1
|
rev: v6.20.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
name: Check ansible files (ansible-lint)
|
name: Check ansible files (ansible-lint)
|
||||||
|
|
@ -28,7 +28,7 @@ repos:
|
||||||
exclude_types: [markdown, shell]
|
exclude_types: [markdown, shell]
|
||||||
types: [yaml]
|
types: [yaml]
|
||||||
- repo: https://github.com/codespell-project/codespell
|
- repo: https://github.com/codespell-project/codespell
|
||||||
rev: v2.2.2
|
rev: v2.2.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: codespell
|
- id: codespell
|
||||||
name: Checks for common misspellings in text files
|
name: Checks for common misspellings in text files
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue