Refactor error code to use full error message
This commit is contained in:
@@ -9,4 +9,8 @@ generated-members=numpy.*, torch.*
|
|||||||
|
|
||||||
|
|
||||||
[pylint.messages_control]
|
[pylint.messages_control]
|
||||||
disable=W1203, C0116, C0301, E0401, R0912, R0914, R0915, R0913, fixme
|
disable=missing-function-docstring, line-too-long, import-error
|
||||||
|
too-many-arguments, too-many-locals, too-many-statements, too-many-branches
|
||||||
|
fixme,
|
||||||
|
import-outside-toplevel,
|
||||||
|
logging-fstring-interpolation,
|
||||||
|
|||||||
Reference in New Issue
Block a user