flake8
This commit is contained in:
parent
7f00707733
commit
e2c8afdfb9
|
|
@ -0,0 +1,8 @@
|
|||
[flake8]
|
||||
ignore = E203, E266, E501, W503
|
||||
# line length is intentionally set to 80 here because black uses Bugbear
|
||||
# See https://github.com/psf/black/blob/master/README.md#line-length for more details
|
||||
max-line-length = 80
|
||||
max-complexity = 18
|
||||
select = B,C,E,F,W,T4,B9
|
||||
exclude = tools/kaldi_decoder
|
||||
Loading…
Reference in New Issue