Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#4141)
Browse files Browse the repository at this point in the history
<!--pre-commit.ci start-->
updates:
- [github.com/psf/black: 24.1.1 →
24.2.0](psf/black@24.1.1...24.2.0)
- [github.com/adrienverge/yamllint.git: v1.34.0 →
v1.35.1](https://github.com/adrienverge/yamllint.git/compare/v1.34.0...v1.35.1)
- [github.com/astral-sh/ruff-pre-commit: v0.2.1 →
v0.2.2](astral-sh/ruff-pre-commit@v0.2.1...v0.2.2)
<!--pre-commit.ci end-->

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
pre-commit-ci[bot] and ssbarnea committed Mar 11, 2024
1 parent 12a9972 commit b4d1d97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Expand Up @@ -23,7 +23,7 @@ repos:
hooks:
- id: codespell
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
language_version: python3
Expand All @@ -40,14 +40,14 @@ repos:
language_version: python3

- repo: https://github.com/adrienverge/yamllint.git
rev: v1.34.0
rev: v1.35.1
hooks:
- id: yamllint
files: \.(yaml|yml)$
types: [file, yaml]
entry: yamllint --strict
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.2.1"
rev: "v0.2.2"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down

0 comments on commit b4d1d97

Please sign in to comment.