Refactor disable pylint
Browse files
.pylintrc
CHANGED
@@ -9,8 +9,6 @@ generated-members=numpy.*, torch.*
|
|
9 |
|
10 |
|
11 |
[pylint.messages_control]
|
12 |
-
disable=missing-function-docstring, line-too-long, import-error
|
13 |
-
|
14 |
-
|
15 |
-
import-outside-toplevel,
|
16 |
-
logging-fstring-interpolation,
|
|
|
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, import-outside-toplevel, logging-fstring-interpolation,
|
|
|
|