mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Fix all pylint issues
This commit is contained in:
parent
631b75c9f8
commit
e72c83aafc
12 changed files with 80 additions and 74 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue