Skip to content

Commit 3e8e603

Browse files
[pre-commit.ci] pre-commit autoupdate (#275)
updates: - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.0](rbubley/mirrors-prettier@v3.4.2...v3.5.0) - [github.com/codespell-project/codespell: v2.4.0 → v2.4.1](codespell-project/codespell@v2.4.0...v2.4.1) - [github.com/ansible/ansible-lint: v25.1.0 → v25.1.2](ansible/ansible-lint@v25.1.0...v25.1.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8d6f86f commit 3e8e603

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
repos:
33
- repo: https://github.com/rbubley/mirrors-prettier
44
# keep it before yamllint
5-
rev: v3.4.2
5+
rev: v3.5.0
66
hooks:
77
- id: prettier
88
always_run: true
99
additional_dependencies:
1010
- prettier
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.4.0
12+
rev: v2.4.1
1313
hooks:
1414
- id: codespell
1515
- repo: https://github.com/pre-commit/pre-commit-hooks.git
@@ -31,7 +31,7 @@ repos:
3131
types: [file, yaml]
3232
entry: yamllint --strict
3333
- repo: https://github.com/ansible/ansible-lint
34-
rev: v25.1.0
34+
rev: v25.1.2
3535
hooks:
3636
- id: ansible-lint
3737
language_version: "3.12"

0 commit comments

Comments
 (0)