Skip to content

Commit

Permalink
⬆️🪝 Update Pre-Commit Hooks (#670)
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 15, 2025
1 parent 9013fe7 commit ed25805
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.5
rev: v0.9.6
hooks:
- id: ruff
args: ["--fix", "--show-fixes"]
Expand All @@ -76,7 +76,7 @@ repos:

# Format configuration files with prettier
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.2
rev: v3.5.1
hooks:
- id: prettier
types_or: [yaml, markdown, html, css, scss, javascript, json]
Expand Down

0 comments on commit ed25805

Please sign in to comment.