mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
12 lines
192 B
INI
12 lines
192 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/**
|