update ruff

This commit is contained in:
imperosol
2024-10-09 14:28:13 +02:00
parent b340a6568f
commit 1dca0ea003
3 changed files with 22 additions and 22 deletions

View File

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