Don't exclude Ansible from flake8

flake8 doesn't actually have any issues if you do and
adding exclusions deletes flake8's rather comprehensive
list of exceptions enabled by default.

Change-Id: I2097a4ad095e60064c16d6e1948996f4b11d7af8
This commit is contained in:
jkilpatr 2017-04-11 14:12:25 -04:00
parent c723529baf
commit 180740305c

View File

@ -24,7 +24,7 @@ commands =
python ci-scripts/linters/lint-browbeat-config.py lib/validate.yaml conf/$config; done"
[testenv:pep8]
commands = flake8 {posargs} --exclude="ansible,.eggs,.tox,*.egg,.git"
commands = flake8 {posargs}
[testenv:venv]
commands = {posargs}