deps: update ruff

This commit is contained in:
imperosol
2024-12-08 11:17:27 +01:00
parent 1da45fdffc
commit 9acb421b2e
5 changed files with 28 additions and 29 deletions

View File

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