Configure tox
parent
03bf1f0a9a
commit
6842a7bb21
|
@ -2,7 +2,10 @@
|
||||||
ignore = E41,E266
|
ignore = E41,E266
|
||||||
max-line-length = 120
|
max-line-length = 120
|
||||||
exclude =
|
exclude =
|
||||||
|
.cache,
|
||||||
.git,
|
.git,
|
||||||
|
.tox,
|
||||||
|
.venv,
|
||||||
*__pycache__*,
|
*__pycache__*,
|
||||||
*tests*,
|
*tests*,
|
||||||
*scripts*,
|
*scripts*,
|
||||||
|
|
Loading…
Reference in New Issue