Skip to content

Commit

Permalink
Merge pull request #33 from rkm/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
rkm authored Oct 10, 2023
2 parents 1b43bb4 + 1495897 commit 8b533b4
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 @@ -4,7 +4,7 @@ ci:

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"
rev: "v4.5.0"
hooks:
# General
- id: check-added-large-files
Expand All @@ -30,7 +30,7 @@ repos:
.pre-commit-config.yaml
)
- repo: https://github.com/codespell-project/codespell
rev: "v2.2.5"
rev: "v2.2.6"
hooks:
- id: codespell
args:
Expand All @@ -57,7 +57,7 @@ repos:
hooks:
- id: shellcheck
- repo: https://github.com/ansible/ansible-lint.git
rev: "v6.20.2"
rev: "v6.20.3"
hooks:
- id: ansible-lint
args: [-c, .meta/ansible-lint.yaml]

0 comments on commit 8b533b4

Please sign in to comment.