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:
@ -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:
|
||||
|
Reference in New Issue
Block a user