Skip to content

Commit

Permalink
⬆️🪝 Update Pre-Commit Hooks (#656)
Browse files Browse the repository at this point in the history
* ⬆️🪝 Update Pre-Commit Hooks

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Aktualisieren von .pre-commit-config.yaml

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marcel Walter <[email protected]>
  • Loading branch information
renovate[bot] and marcelwa authored Feb 2, 2025
1 parent 8b2e0f9 commit 372e1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ repos:

# Python linting using ruff
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand Down Expand Up @@ -83,7 +83,7 @@ repos:

# Check JSON schemata
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.31.0
rev: 0.31.1
hooks:
- id: check-github-workflows
- id: check-readthedocs
Expand Down

0 comments on commit 372e1b1

Please sign in to comment.