2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 12:06:44 +00:00

fix ci files

This commit is contained in:
Matthias 2021-11-23 00:42:21 +01:00
parent 92f0ca07d7
commit 0733d9940f
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 3 additions and 4 deletions

View File

@ -2,8 +2,7 @@
Pull rendered copies of the templated Pull rendered copies of the templated
""" """
from django.http import response from django.test import TestCase
from django.test import TestCase, testcases
from django.contrib.auth import get_user_model from django.contrib.auth import get_user_model
import os import os

View File

@ -15,7 +15,7 @@ ignore =
N806, N806,
# - N812 - lowercase imported as non-lowercase # - N812 - lowercase imported as non-lowercase
N812, N812,
exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*,*ci_*.py* exclude = .git,__pycache__,*/migrations/*,*/lib/*,*/bin/*,*/media/*,*/static/*
max-complexity = 20 max-complexity = 20
[coverage:run] [coverage:run]