Fixed pylint & flake8 warnings and errors.

This commit is contained in:
Joe Testa
2022-10-10 20:40:29 -04:00
parent 0b8ecf2fb5
commit b9520cbc25
3 changed files with 5 additions and 7 deletions

View File

@ -91,14 +91,12 @@ reports = no
#output-format = colorized
indent-string = " "
disable =
bad-continuation,
broad-except,
duplicate-code,
fixme,
invalid-name,
line-too-long,
missing-docstring,
mixed-indentation,
no-else-raise,
no-else-return,
super-with-arguments, # Can be re-factored, at some point.