Skip to content

Commit fe3ceb6

Browse files
[pre-commit.ci] pre-commit autoupdate (#218)
updates: - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.4](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.4) - [github.com/astral-sh/ruff-pre-commit: v0.1.6 → v0.1.7](astral-sh/ruff-pre-commit@v0.1.6...v0.1.7) - [github.com/ansible/ansible-lint.git: v6.22.0 → v6.22.1](https://github.com/ansible/ansible-lint.git/compare/v6.22.0...v6.22.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ff13a90 commit fe3ceb6

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
@@ -13,7 +13,7 @@ minimum_pre_commit_version: 1.14.0
1313
repos:
1414
- repo: https://github.com/pre-commit/mirrors-prettier
1515
# keep it before yamllint
16-
rev: "v3.1.0"
16+
rev: "v4.0.0-alpha.4"
1717
hooks:
1818
- id: prettier
1919
# Temporary excludes so we can gradually normalize the formatting
@@ -42,12 +42,12 @@ repos:
4242
- id: check-merge-conflict
4343
- id: debug-statements
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.1.6"
45+
rev: "v0.1.7"
4646
hooks:
4747
- id: ruff
4848
args: [--fix, --exit-non-zero-on-fix]
4949
- repo: https://github.com/ansible/ansible-lint.git
50-
rev: v6.22.0
50+
rev: v6.22.1
5151
hooks:
5252
- id: ansible-lint
5353
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint

0 commit comments

Comments
 (0)