Skip to content

Commit a11ca3f

Browse files
committed
Issue relekang#88 ignore F401, because we will not use the django contrib package
1 parent ecd352d commit a11ca3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ deps =
2626
basepython = python3
2727
deps = flake8
2828
commands = flake8
29+
ignore = F401
2930

3031
[testenv:isort]
3132
basepython = python3
@@ -35,7 +36,7 @@ commands = isort -c -rc nopassword tests
3536
[testenv:coverage]
3637
basepython = python3
3738
deps = coverage
38-
commands =
39+
commands =
3940
coverage combine
40-
coverage report
41+
coverage report
4142
coverage xml

0 commit comments

Comments
 (0)