mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-08 00:24:19 +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 =
|
per-file-ignores =
|
||||||
# line too long
|
# line too long
|
||||||
icefall/diagnostics.py: E501
|
icefall/diagnostics.py: E501
|
||||||
egs/librispeech/ASR/*/conformer.py: E501,
|
egs/*/ASR/*/conformer.py: E501,
|
||||||
egs/aishell/ASR/*/conformer.py: E501,
|
egs/*/ASR/pruned_transducer_stateless*/*.py: E501,
|
||||||
egs/tedlium3/ASR/*/conformer.py: E501,
|
egs/*/ASR/*/optim.py: E501,
|
||||||
egs/gigaspeech/ASR/*/conformer.py: E501,
|
egs/*/ASR/*/scaling.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,
|
|
||||||
|
|
||||||
# invalid escape sequence (cause by tex formular), W605
|
# invalid escape sequence (cause by tex formular), W605
|
||||||
icefall/utils.py: E501, W605
|
icefall/utils.py: E501, W605
|
||||||
|
Loading…
x
Reference in New Issue
Block a user