icefall/.flake8
2021-08-26 15:11:34 +08:00

14 lines
321 B
INI

[flake8]
show-source=true
statistics=true
max-line-length = 80
per-file-ignores =
# line too long
egs/librispeech/ASR/conformer_ctc*/conformer.py: E501,
exclude =
.git,
**/data/**,
egs/librispeech/ASR/conformer_ctc_embedding_scale/embedding.py,
egs/librispeech/ASR/conformer_ctc_embedding_scale/madam.py