flake8: Ignore .tox
Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
1d2f542f1a
commit
b1cc79c4ba
1 changed files with 2 additions and 1 deletions
3
.flake8
3
.flake8
|
|
@ -15,7 +15,8 @@ exclude =
|
||||||
__pycache__,
|
__pycache__,
|
||||||
tests,
|
tests,
|
||||||
docs,
|
docs,
|
||||||
./koji-*/*
|
./koji-*/*,
|
||||||
|
.tox
|
||||||
|
|
||||||
filename =
|
filename =
|
||||||
*.py,
|
*.py,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue