Skip to content

Commit

Permalink
ci(pre-commit): autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Aug 5, 2023
1 parent a1cc515 commit 5efb20b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: double-quote-string-fixer
- id: requirements-txt-fixer
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.10.2
rev: v6.17.2
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
Expand All @@ -24,7 +24,7 @@ repos:
args: ['--baseline', '.secrets.baseline']
# exclude: .*/tests/.*
- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.5
hooks:
- id: codespell
args: [-I, .codespellignore]

0 comments on commit 5efb20b

Please sign in to comment.