icefall/.flake8
Pingfeng Luo 675ae1334d fix style
2021-11-17 18:26:46 +08:00

14 lines
254 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,
exclude =
.git,
**/data/**,
icefall/shared/make_kn_lm.py