mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-07 08:04:18 +00:00
modify .flake8
This commit is contained in:
parent
d83daf750e
commit
8f23d9eb41
5
.flake8
5
.flake8
@ -13,6 +13,9 @@ per-file-ignores =
|
||||
egs/librispeech/ASR/pruned_transducer_stateless4/*.py: E501,
|
||||
egs/librispeech/ASR/*/optim.py: E501,
|
||||
egs/librispeech/ASR/*/scaling.py: E501,
|
||||
egs/tedlium3/ASR/*/beam_search.py: E226,
|
||||
egs/tedlium3/ASR/*/pretrained.py: E226,
|
||||
egs/tedlium3/ASR/*/decode.py: E226,
|
||||
|
||||
# invalid escape sequence (cause by tex formular), W605
|
||||
icefall/utils.py: E501, W605
|
||||
@ -26,3 +29,5 @@ exclude =
|
||||
ignore =
|
||||
# E203 whitespace before ':'
|
||||
E203,
|
||||
# W503 line break before binary operator
|
||||
W503,
|
||||
|
Loading…
x
Reference in New Issue
Block a user