icefall/pyproject.toml
2021-07-15 17:36:48 +08:00

12 lines
113 B
TOML

[tool.isort]
profile = "black"
[tool.black]
line-length = 80
exclude = '''
/(
\.git
| \.mypy_cache
)/
'''