This commit is contained in:
pre-commit-ci[bot] 2022-10-29 23:47:08 +00:00 committed by GitHub
commit 460da42a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,7 @@
--- ---
repos: repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.0 rev: v3.4.0
hooks: hooks:
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
@ -25,7 +25,7 @@ repos:
always_run: true always_run: true
- repo: https://github.com/adrienverge/yamllint.git - repo: https://github.com/adrienverge/yamllint.git
rev: v1.24.2 rev: v1.25.0
hooks: hooks:
- id: yamllint - id: yamllint
files: \.(yaml|yml)$ files: \.(yaml|yml)$

View File

@ -34,4 +34,3 @@ There are numerous other options within the [defaults/main.yml](./defaults/main.
## Changelog ## Changelog
The [changelog](./CHANGELOG.md) is stored externally The [changelog](./CHANGELOG.md) is stored externally