update .flake8

This commit is contained in:
yaozengwei 2022-05-02 12:22:24 +08:00
parent aea8a03e00
commit 36c241e59f

View File

@ -9,6 +9,7 @@ per-file-ignores =
egs/tedlium3/ASR/*/conformer.py: E501,
egs/gigaspeech/ASR/*/conformer.py: E501,
egs/librispeech/ASR/pruned_transducer_stateless2/*.py: E501,
egs/librispeech/ASR/pruned_transducer_stateless3/*.py: E501,
# invalid escape sequence (cause by tex formular), W605
icefall/utils.py: E501, W605