mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
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
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -133,7 +133,7 @@ commands =
|
|||
show-source = True
|
||||
# H203: Use assertIs(Not)None to check for None
|
||||
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
|
||||
ignore = W504
|
||||
import-order-style = pep8
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue