Skip to content

Commit 4966a2c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/ansible/ansible-lint.git: v25.7.0 → v25.8.2](https://github.com/ansible/ansible-lint.git/compare/v25.7.0...v25.8.2) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1)
1 parent 6d8f394 commit 4966a2c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: prettier
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v5.0.0
11+
rev: v6.0.0
1212
hooks:
1313
- id: check-added-large-files
1414
- id: check-merge-conflict
@@ -20,7 +20,7 @@ repos:
2020
args:
2121
- --allow-missing-credentials
2222
- repo: https://github.com/ansible/ansible-lint.git
23-
rev: v25.7.0
23+
rev: v25.8.2
2424
hooks:
2525
- id: ansible-lint
2626
files: \.(yaml|yml)$
@@ -29,7 +29,7 @@ repos:
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/shellcheck-py/shellcheck-py
32-
rev: v0.10.0.1
32+
rev: v0.11.0.1
3333
hooks:
3434
- id: shellcheck
3535

0 commit comments

Comments
 (0)