Ignore import and too many * pylint errors
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
[MASTER]
|
||||
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
|
||||
|
||||
[TYPECHECK]
|
||||
|
||||
# List of members which are set dynamically and missed by Pylint inference
|
||||
@@ -6,4 +9,4 @@ generated-members=numpy.*, torch.*
|
||||
|
||||
|
||||
[pylint.messages_control]
|
||||
disable=W1203, C0116, C0301
|
||||
disable=W1203, C0116, C0301, E0401, R0912, R0914, R0915
|
||||
|
||||
Reference in New Issue
Block a user