tts / setup.cfg
tobiccino's picture
upload
12da6cc
raw
history blame
No virus
165 Bytes
[pep8]
max-line-length = 120
indent-size = 2
[pycodestyle]
max-line-length = 120
[yapf]
based_on_style = pep8
column_limit = 120
[tool:pytest]
testpaths=
tests