update ruff

This commit is contained in:
imperosol
2026-02-03 21:11:13 +01:00
parent 5af894060a
commit 4e4b5a39f7
3 changed files with 22 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.4
rev: v0.15.0
hooks:
- id: ruff-check # just check the code, and print the errors
- id: ruff-check # actually fix the fixable errors, but print nothing