Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repos:
- id: remove-tabs
- id: forbid-tabs
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 76de0f984354fad367f618aa3f6e67add8b23257 # frozen: 39.242.0
rev: 44c38f9c101b94f74d44d10c69f4ba15f9f15b4c # frozen: 39.253.2
hooks:
- id: renovate-config-validator
language_version: 20.18.0 # TODO: remove this line once https://github.com/renovatebot/pre-commit-hooks/issues/2460 is resolved
Expand Down Expand Up @@ -137,7 +137,7 @@ repos:
always_run: true
args: [audit, --json, --ignore-code=CVE-2019-8341]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 8304991d8f6fe14b2c347b1fa35f3eef713446ae # frozen: v0.11.5
rev: d119aaff6891558b6eaf52518386871d1d267131 # frozen: v0.11.6
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
Loading