Bump pre-commit tools versions
This commit is contained in:
parent
86cd0b4cfc
commit
44b74604e0
|
|
@ -18,7 +18,7 @@ repos:
|
|||
- id: yamllint
|
||||
name: Check yaml files (yamllint)
|
||||
- repo: https://github.com/ansible/ansible-lint.git
|
||||
rev: v6.8.1
|
||||
rev: v6.8.6
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
name: Check ansible files (ansible-lint)
|
||||
|
|
@ -28,7 +28,7 @@ repos:
|
|||
exclude_types: [markdown, shell]
|
||||
types: [yaml]
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.1
|
||||
rev: v2.2.2
|
||||
hooks:
|
||||
- id: codespell
|
||||
name: Checks for common misspellings in text files
|
||||
|
|
|
|||
Loading…
Reference in New Issue