mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-03-09 15:40:09 +00:00
Fixing black and pylint
This commit is contained in:
parent
d660549200
commit
62490d6858
6 changed files with 23 additions and 18 deletions
|
@ -21,7 +21,12 @@ disable =
|
|||
wrong-import-position,
|
||||
logging-format-interpolation,
|
||||
bare-except,
|
||||
too-many-public-methods
|
||||
too-many-public-methods,
|
||||
consider-using-with,
|
||||
consider-using-f-string,
|
||||
unspecified-encoding,
|
||||
consider-iterating-dictionary,
|
||||
inconsistent-return-statements
|
||||
|
||||
[REPORTS]
|
||||
output-format = text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue