tox: Ignore virtualenvs for pep8 environment
Change-Id: I473d1b6c1287325566a5f5f5aadaea802c6af6f4 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
c985e0a23b
commit
a797c9d2a3
2
tox.ini
2
tox.ini
@ -133,7 +133,7 @@ commands =
|
|||||||
show-source = True
|
show-source = True
|
||||||
# H203: Use assertIs(Not)None to check for None
|
# H203: Use assertIs(Not)None to check for None
|
||||||
enable-extensions = H203
|
enable-extensions = H203
|
||||||
exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools
|
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,releasenotes
|
||||||
# W504 is disabled since you must choose between this or W503
|
# W504 is disabled since you must choose between this or W503
|
||||||
ignore = W504
|
ignore = W504
|
||||||
import-order-style = pep8
|
import-order-style = pep8
|
||||||
|
Loading…
Reference in New Issue
Block a user