remove omitions

enforcing styles on the supporting files does not really hurt the dev enviroment - they already confirm
This commit is contained in:
Matthias 2021-11-23 00:44:56 +01:00
parent 0733d9940f
commit c035cd4fc2
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -20,9 +20,3 @@ max-complexity = 20
[coverage:run] [coverage:run]
source = ./InvenTree source = ./InvenTree
omit =
InvenTree/manage.py
InvenTree/InvenTree/middleware.py
InvenTree/InvenTree/utils.py
InvenTree/InvenTree/wsgi.py
InvenTree/users/apps.py