Refactor error code to use full error message
Browse files
.pylintrc
CHANGED
@@ -9,4 +9,8 @@ generated-members=numpy.*, torch.*
|
|
9 |
|
10 |
|
11 |
[pylint.messages_control]
|
12 |
-
disable=
|
|
|
|
|
|
|
|
|
|
9 |
|
10 |
|
11 |
[pylint.messages_control]
|
12 |
+
disable=missing-function-docstring, line-too-long, import-error
|
13 |
+
too-many-arguments, too-many-locals, too-many-statements, too-many-branches
|
14 |
+
fixme,
|
15 |
+
import-outside-toplevel,
|
16 |
+
logging-fstring-interpolation,
|