icefall/pyproject.toml
2021-09-09 15:15:35 +08:00

15 lines
144 B
TOML

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