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/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0)
- [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0)
- [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1)
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.6 → v0.10.0.1](shellcheck-py/shellcheck-py@v0.9.0.6...v0.10.0.1)
- [github.com/ansible/ansible-lint.git: v6.22.1 → v24.9.2](https://github.com/ansible/ansible-lint.git/compare/v6.22.1...v24.9.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 7, 2024
1 parent f8321d4 commit cd94f1b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.5.0"
rev: "v5.0.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.6"
rev: "v2.3.0"
hooks:
- id: codespell
args:
Expand All @@ -43,16 +43,16 @@ repos:
'\Whttps?://\S*',
]
- repo: https://github.com/adrienverge/yamllint
rev: "v1.33.0"
rev: "v1.35.1"
hooks:
- id: yamllint
args: [-c, .meta/yamllint.yaml]
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: "v0.9.0.6"
rev: "v0.10.0.1"
hooks:
- id: shellcheck
- repo: https://github.com/ansible/ansible-lint.git
rev: "v6.22.1"
rev: "v24.9.2"
hooks:
- id: ansible-lint
args: [-c, .meta/ansible-lint.yaml]
Expand Down

0 comments on commit cd94f1b

Please sign in to comment.