pre-commit ruff automatic fix

This commit is contained in:
Éloi Rivard 2023-06-03 11:52:27 +02:00
parent bc8b918bd1
commit 5f5e22acbf

View file

@ -11,6 +11,7 @@ repos:
rev: 'v0.0.269'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.9.0
hooks: