We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d2330 commit 770515aCopy full SHA for 770515a
.flake8
@@ -5,6 +5,8 @@ exclude=
5
# generated files
6
demos/speech_recognition_deepspeech_demo/python/ctcdecode-numpy/ctcdecode_numpy/impl.py,
7
models/public/mozilla-deepspeech-0.8.2/mds_convert_utils/memmapped_file_system_pb2.py,
8
+ # 3rd party files
9
+ cmake/cpplint/cpplint.py
10
11
select=
12
# flake8-comprehensions issues
0 commit comments