Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4152)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 24.2.0 →
24.3.0](psf/black@24.2.0...24.3.0)
- [github.com/astral-sh/ruff-pre-commit: v0.3.2 →
v0.3.3](astral-sh/ruff-pre-commit@v0.3.2...v0.3.3)
- [github.com/ansible/ansible-lint: v24.2.0 →
v24.2.1](ansible/ansible-lint@v24.2.0...v24.2.1)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Mar 18, 2024
1 parent b9bad17 commit c58a291
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/psf/black
rev: 24.2.0
rev: 24.3.0
hooks:
- id: black
language_version: python3
Expand All @@ -47,7 +47,7 @@ repos:
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.3.2"
rev: "v0.3.3"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down Expand Up @@ -94,6 +94,6 @@ repos:
- pytest-testinfra
- wcmatch
- repo: https://github.com/ansible/ansible-lint
rev: v24.2.0
rev: v24.2.1
hooks:
- id: ansible-lint

0 comments on commit c58a291

Please sign in to comment.