Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/commitizen-tools/commitizen: v3.25.0 → v3.27.0](commitizen-tools/commitizen@v3.25.0...v3.27.0)
- [github.com/ansible-community/ansible-lint.git: v24.2.3 → v24.6.0](https://github.com/ansible-community/ansible-lint.git/compare/v24.2.3...v24.6.0)
  • Loading branch information
pre-commit-ci[bot] committed Jun 10, 2024
1 parent 1c35a1d commit 28e224f
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
Expand Up @@ -20,12 +20,12 @@ repos:
# - id: detect-aws-credentials
- id: check-docstring-first
- 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/commitizen-tools/commitizen
rev: v3.25.0
rev: v3.27.0
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -51,7 +51,7 @@ repos:
language: system
stages: ["commit", "push"]
- repo: https://github.com/ansible-community/ansible-lint.git
rev: v24.2.3
rev: v24.6.0
hooks:
- id: ansible-lint
files: \.(yaml|yml)$

0 comments on commit 28e224f

Please sign in to comment.