mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-15 13:02:23 +00:00
15 lines
144 B
TOML
15 lines
144 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
|
|
[tool.black]
|
|
line-length = 80
|
|
exclude = '''
|
|
(
|
|
/(
|
|
\.git
|
|
| \.github
|
|
| icefall/shared/*
|
|
)/
|
|
)
|
|
'''
|