2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Add isort

This commit is contained in:
Matthias
2022-05-16 01:12:19 +02:00
parent 432fd9b8e6
commit af6eac8cc9
2 changed files with 9 additions and 0 deletions

View File

@ -20,3 +20,11 @@ max-complexity = 20
[coverage:run]
source = ./InvenTree
[isort]
src_paths=InvenTree
skip_glob =*/migrations/*.py
known_django=django
import_heading_firstparty=InvenTree imports
import_heading_thirdparty=Third-Party imports
sections=FUTURE, STDLIB, DJANGO, THIRDPARTY, FIRSTPARTY, LOCALFOLDER