Ignore W504 from flake8

I don't particularly agree with this rule (as evidenced by the fact
that I break it repeatedly in this codebase), so I'm not going to
enforce it.
This commit is contained in:
Ben Nemec 2018-10-25 07:54:35 -05:00
parent 8026343bb7
commit 8ae1dff1b2
1 changed files with 1 additions and 1 deletions

View File

@ -27,6 +27,6 @@ commands = python setup.py test --coverage --coverage-package-name=openstack_vir
commands = python bin/environment-generator.py sample-env-generator --index doc/source/deploy/environment-index.rst
[flake8]
ignore = H803
ignore = H803,W504
show-source = True
exclude = .tox,dist,doc,*.egg,build