mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
15 lines
184 B
TOML
15 lines
184 B
TOML
[tool.isort]
|
|
profile = "black"
|
|
skip = ["icefall/__init__.py"]
|
|
|
|
[tool.black]
|
|
line-length = 88
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.github
|
|
)/
|
|
| make_kn_lm.py
|
|
| icefall\/__init__\.py
|
|
'''
|