Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2)
- [github.com/pre-commit/pre-commit-hooks.git: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.5.0...v4.6.0)
- [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.3](astral-sh/ruff-pre-commit@v0.2.0...v0.4.3)
- [github.com/ansible/ansible-lint.git: v6.22.2 → v24.2.3](https://github.com/ansible/ansible-lint.git/compare/v6.22.2...v24.2.3)
  • Loading branch information
pre-commit-ci[bot] authored May 6, 2024
1 parent b48ead5 commit 9045c60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ repos:
hooks:
- id: doc8
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.4.2
hooks:
- id: black
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v4.5.0
rev: v4.6.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
Expand All @@ -42,12 +42,12 @@ repos:
- id: check-merge-conflict
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.0"
rev: "v0.4.3"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/ansible/ansible-lint.git
rev: v6.22.2
rev: v24.2.3
hooks:
- id: ansible-lint
entry: env ANSIBLE_ROLES_PATH="$ANSIBLE_ROLES_PATH:test/roles" ansible-lint

0 comments on commit 9045c60

Please sign in to comment.