mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
6 lines
146 B
INI
6 lines
146 B
INI
[isort]
|
|
src_paths=InvenTree
|
|
skip_glob =*/migrations/*.py
|
|
known_django=django
|
|
sections=FUTURE, STDLIB, DJANGO, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
|