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 Jul 4, 2024
1 parent c86e0c9 commit 6a8fe51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
Expand All @@ -15,12 +15,12 @@ repos:
- id: double-quote-string-fixer
- id: requirements-txt-fixer
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
args: [-I, .codespellignore]
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v6.22.0
rev: v24.6.1
hooks:
- id: ansible-lint
files: \.(yaml|yml)$
Expand Down

0 comments on commit 6a8fe51

Please sign in to comment.