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

Merge branch 'master' of https://github.com/inventree/InvenTree into devOps

This commit is contained in:
Matthias
2022-05-18 23:39:58 +02:00
180 changed files with 35367 additions and 33646 deletions

View File

@ -23,3 +23,11 @@ docstring-convention=google
[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