mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
12 lines
113 B
TOML
12 lines
113 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.black]
|
|
line-length = 80
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.mypy_cache
|
|
)/
|
|
'''
|