10 lines
221 B
INI
10 lines
221 B
INI
[TYPECHECK]
|
|
|
|
# List of members which are set dynamically and missed by Pylint inference
|
|
# system, and so shouldn't trigger E1101 when accessed.
|
|
generated-members=numpy.*, torch.*
|
|
|
|
|
|
[pylint.messages_control]
|
|
disable=W1203
|