Skip to content

Commit b909757

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.2.1](astral-sh/ruff-pre-commit@v0.2.0...v0.2.1) - [github.com/ansible/ansible-lint.git: v6.22.2 → v24.2.0](https://github.com/ansible/ansible-lint.git/compare/v6.22.2...v24.2.0)
1 parent b48ead5 commit b909757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.2.0"
45+
rev: "v0.2.1"
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.2
50+
rev: v24.2.0
5151
hooks:
5252
- id: ansible-lint
5353
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint

0 commit comments

Comments
 (0)