Skip to content

Commit 81d10b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-prettier: v3.0.3 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.3...v4.0.0-alpha.8) - [github.com/ansible/ansible-lint.git: v6.22.1 → v6.22.2](https://github.com/ansible/ansible-lint.git/compare/v6.22.1...v6.22.2) - [github.com/psf/black: 23.12.0 → 24.1.1](psf/black@23.12.0...24.1.1)
1 parent 7178bd9 commit 81d10b7

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
@@ -4,7 +4,7 @@
44

55
repos:
66
- repo: https://github.com/pre-commit/mirrors-prettier
7-
rev: v3.0.3
7+
rev: v4.0.0-alpha.8
88
hooks:
99
- id: prettier
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -20,12 +20,12 @@ repos:
2020
args:
2121
- --allow-missing-credentials
2222
- repo: https://github.com/ansible/ansible-lint.git
23-
rev: v6.22.1
23+
rev: v6.22.2
2424
hooks:
2525
- id: ansible-lint
2626
files: \.(yaml|yml)$
2727
- repo: https://github.com/psf/black
28-
rev: 23.12.0
28+
rev: 24.1.1
2929
hooks:
3030
- id: black
3131
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)