This repository has been archived on 2026-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
icefall/.flake8
2022-01-01 21:11:40 +08:00

16 lines
351 B
INI

[flake8]
show-source=true
statistics=true
max-line-length = 80
per-file-ignores =
# line too long
egs/librispeech/ASR/*/conformer.py: E501,
egs/aishell/ASR/*/conformer.py: E501,
egs/wenetspeech/ASR/*/conformer.py: E501,
egs/wenetspeech/ASR/local/text2token.py: E203,
exclude =
.git,
**/data/**,
icefall/shared/make_kn_lm.py