icefall/pyproject.toml
2021-07-15 19:52:01 +08:00

12 lines
109 B
TOML

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