summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r--gvnfmadapter/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini
index cd97ddd..43bb510 100644
--- a/gvnfmadapter/tox.ini
+++ b/gvnfmadapter/tox.ini
@@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements.txt
commands = coverage run --branch manage.py test
[flake8]
-ignore = E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722
+ignore = E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722,W504
exclude = ./venv-tox,./.tox
max-complexity = 12