mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 16:14:17 +00:00
do changes for .flake8
This commit is contained in:
parent
0b4a8d6c53
commit
df7142de77
13
.flake8
13
.flake8
@ -5,15 +5,10 @@ max-line-length = 80
|
||||
per-file-ignores =
|
||||
# line too long
|
||||
icefall/diagnostics.py: E501
|
||||
egs/librispeech/ASR/*/conformer.py: E501,
|
||||
egs/aishell/ASR/*/conformer.py: E501,
|
||||
egs/tedlium3/ASR/*/conformer.py: E501,
|
||||
egs/gigaspeech/ASR/*/conformer.py: E501,
|
||||
egs/librispeech/ASR/pruned_transducer_stateless2/*.py: E501,
|
||||
egs/gigaspeech/ASR/pruned_transducer_stateless2/*.py: E501,
|
||||
egs/librispeech/ASR/pruned_transducer_stateless4/*.py: E501,
|
||||
egs/librispeech/ASR/*/optim.py: E501,
|
||||
egs/librispeech/ASR/*/scaling.py: E501,
|
||||
egs/*/ASR/*/conformer.py: E501,
|
||||
egs/*/ASR/pruned_transducer_stateless*/*.py: E501,
|
||||
egs/*/ASR/*/optim.py: E501,
|
||||
egs/*/ASR/*/scaling.py: E501,
|
||||
|
||||
# invalid escape sequence (cause by tex formular), W605
|
||||
icefall/utils.py: E501, W605
|
||||
|
Loading…
x
Reference in New Issue
Block a user