Skip to content

Commit a797c9d

Browse files
committed
tox: Ignore virtualenvs for pep8 environment
Change-Id: I473d1b6c1287325566a5f5f5aadaea802c6af6f4 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
1 parent c985e0a commit a797c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ commands =
133133
show-source = True
134134
# H203: Use assertIs(Not)None to check for None
135135
enable-extensions = H203
136-
exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools
136+
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tools,releasenotes
137137
# W504 is disabled since you must choose between this or W503
138138
ignore = W504
139139
import-order-style = pep8

0 commit comments

Comments
 (0)