Skip to content

Commit

Permalink
Bump pre-commit tools
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed May 28, 2024
1 parent 9a1def4 commit cca609b
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 @@ -18,7 +18,7 @@ repos:
- id: yamllint
name: Check yaml files (yamllint)
- repo: https://github.com/ansible/ansible-lint.git
rev: v24.2.3
rev: v24.5.0
hooks:
- id: ansible-lint
name: Check ansible files (ansible-lint)
Expand All @@ -28,7 +28,7 @@ repos:
exclude_types: [markdown, shell]
types: [yaml]
- repo: https://github.com/codespell-project/codespell
rev: v2.2.6
rev: v2.3.0
hooks:
- id: codespell
name: Checks for common misspellings in text files
Expand Down

0 comments on commit cca609b

Please sign in to comment.