icefall/pyproject.toml
Zengwei Yao 6826b076d4
add flops profiler, support for Zipformer encoder and Conformer encoder (#1093)
* add flops profiler, support for Zipformer encoder and Conformer encoder

* support for reworked conformer and old zipformer

* skip black check
2023-05-24 19:10:45 +08:00

18 lines
276 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
| icefall\/diagnostics\.py
| icefall\/profiler\.py
| egs\/librispeech\/ASR\/zipformer
'''