Skip to content

Commit fc87a18

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.11.1](https://github.com/ansible/ansible-lint.git/compare/v25.7.0...v25.11.1) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [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 02afdfe commit fc87a18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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,16 +20,16 @@ repos:
2020
args:
2121
- --allow-missing-credentials
2222
- repo: https://github.com/ansible/ansible-lint.git
23-
rev: v25.7.0
23+
rev: v25.11.1
2424
hooks:
2525
- id: ansible-lint
2626
files: \.(yaml|yml)$
27-
- repo: https://github.com/psf/black
28-
rev: 25.1.0
27+
- repo: https://github.com/psf/black-pre-commit-mirror
28+
rev: 25.11.0
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)