ci: Update lint configuration

This commit is contained in:
Philipp Hörist
2026-06-06 18:19:21 +02:00
parent 2522264c7d
commit cc63a25fe0
3 changed files with 23 additions and 39 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
repos:
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.14.8
rev: v0.15.7
hooks:
- id: ruff-check
exclude: ".githooks/"
- id: ruff-format
- id: ruff-check
args: [--select, I, --fix]
- repo: https://github.com/codespell-project/codespell
rev: v2.4.1