ci: Use prek in CI instead of separate ruff/mypy commands

prek is a faster, Rust-based alternative to pre-commit.
Also updates ruff-pre-commit to v0.14.9 to match project version.
This commit is contained in:
Bas Nijholt
2025-12-15 10:53:05 -08:00
parent 27dad9d9d5
commit 5d8635ba7b
2 changed files with 3 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ repos:
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.4
rev: v0.14.9
hooks:
- id: ruff
args: [--fix]