icefall/.flake8
2022-02-25 11:40:57 +08:00

16 lines
362 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/tedlium3/ASR/*/conformer.py: E501,
egs/tedlium3/ASR/local/display_manifest_statistics.py: E501,
exclude =
.git,
**/data/**,
icefall/shared/make_kn_lm.py