pinyin-to-ipa / pyproject.toml
stefantaubert's picture
update
44d950f
[tool.autopep8]
indent-size = 2
ignore = ["E121"]
max_line_length = 100
[tool.isort]
line_length = 100
indent = 2
known_first_party = ["en_tts", "en_tts_cli", "en_tts_app", "en_tts_gr"]
known_third_party = [
"scipy",
"numpy",
"tqdm",
"TextGrid",
"pandas",
"ordered_set",
"matplotlib",
"pronunciation_dictionary",
]