Ignore schizophrenic flake8 error

master 1.11.1
Cristi Vîjdea 2018-11-29 02:23:57 +02:00
parent a2bf515cc9
commit 161a2e1b89
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ addopts = -n 2 --ignore=node_modules
[flake8]
max-line-length = 120
exclude = **/migrations/*
ignore = F405
ignore = F405,W504
[isort]
skip = .eggs,.tox,docs,env,venv,node_modules