flake8: Ignore .tox

Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
Zack Cerza 2020-08-31 14:40:29 -06:00 committed by Tomas Kopecek
parent 1d2f542f1a
commit b1cc79c4ba

View file

@ -15,7 +15,8 @@ exclude =
__pycache__, __pycache__,
tests, tests,
docs, docs,
./koji-*/* ./koji-*/*,
.tox
filename = filename =
*.py, *.py,