Update ruff

This commit is contained in:
Hynek Schlawack 2024-07-13 12:40:48 +02:00
parent 0b07265e0c
commit c83de6ae90
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ repos:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.0
rev: v0.5.1
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]