Fix all pylint issues

This commit is contained in:
Galen Guyer 2019-10-31 18:05:53 -04:00
parent 631b75c9f8
commit e72c83aafc
No known key found for this signature in database
GPG key ID: 6E39D00D77389D4E
12 changed files with 80 additions and 74 deletions

View file

@ -16,7 +16,11 @@ disable =
locally-disabled,
file-ignored,
no-else-return,
unnecessary-lambda
unnecessary-lambda,
wrong-import-position,
logging-format-interpolation,
bare-except,
too-many-public-methods
[REPORTS]
output-format = text