2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

adapted ruff settings to better fit code base

This commit is contained in:
Matthias Mair
2024-01-07 20:01:09 +01:00
parent ad7d88a6f4
commit e1bf178b40
2 changed files with 7 additions and 7 deletions

View File

@ -19,8 +19,9 @@ repos:
rev: v0.1.11
hooks:
- id: ruff
args: [--fix]
args: [--fix, --preview]
- id: ruff-format
args: [--preview]
- repo: https://github.com/pycqa/isort
rev: '5.12.0'
hooks: