Update tox.ini, flake8 ignore fewer errors

This commit is contained in:
Andrew Senetar 2021-08-17 18:54:52 -05:00
parent 24b38e4ffe
commit 24079e245c
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@ deps =
[flake8]
exclude = .tox,env,build
max-line-length = 120
ignore = E731,E203,E501,W503
select = C,E,F,W,B,B950
extend-ignore = E203, E501