Refactor disable pylint
This commit is contained in:
@@ -9,8 +9,6 @@ generated-members=numpy.*, torch.*
|
|||||||
|
|
||||||
|
|
||||||
[pylint.messages_control]
|
[pylint.messages_control]
|
||||||
disable=missing-function-docstring, line-too-long, import-error
|
disable=missing-function-docstring, line-too-long, import-error,
|
||||||
too-many-arguments, too-many-locals, too-many-statements, too-many-branches
|
too-many-arguments, too-many-locals, too-many-statements, too-many-branches,
|
||||||
fixme,
|
fixme, import-outside-toplevel, logging-fstring-interpolation,
|
||||||
import-outside-toplevel,
|
|
||||||
logging-fstring-interpolation,
|
|
||||||
|
|||||||
Reference in New Issue
Block a user