Ignore schizophrenic flake8 error
This commit is contained in:
@@ -50,7 +50,7 @@ addopts = -n 2 --ignore=node_modules
|
|||||||
[flake8]
|
[flake8]
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude = **/migrations/*
|
exclude = **/migrations/*
|
||||||
ignore = F405
|
ignore = F405,W504
|
||||||
|
|
||||||
[isort]
|
[isort]
|
||||||
skip = .eggs,.tox,docs,env,venv,node_modules
|
skip = .eggs,.tox,docs,env,venv,node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user