icefall/pyproject.toml
2021-10-18 15:04:27 +08:00

13 lines
127 B
TOML

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