Fixed tox issues
This commit is contained in:
10
pylint.rc
10
pylint.rc
@@ -171,10 +171,12 @@ disable=line-too-long,
|
||||
deprecated-sys-function,
|
||||
exception-escape,
|
||||
comprehension-escape,
|
||||
unused-variable,
|
||||
invalid-name,
|
||||
dangerous-default-value,
|
||||
unreachable
|
||||
unused-variable,
|
||||
invalid-name,
|
||||
dangerous-default-value,
|
||||
unreachable,
|
||||
unnecessary-pass,
|
||||
broad-except
|
||||
|
||||
# Enable the message, report, category or checker with the given id(s). You can
|
||||
# either give multiple identifier separated by comma (,) or put this option
|
||||
|
Reference in New Issue
Block a user