Update Ruff

This commit is contained in:
Hynek Schlawack 2024-12-09 07:11:05 +01:00
parent 6d36983a3b
commit 0bdeb34d4e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ci:
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.1
rev: v0.8.2
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]