This commit is contained in:
shahules786 2022-10-05 11:11:57 +05:30
parent 7f00707733
commit e2c8afdfb9
1 changed files with 8 additions and 0 deletions

8
.flake8 Normal file
View File

@ -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