File size: 399 Bytes
d57ba56 a98deb3 54c3b5b |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
[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
# system, and so shouldn't trigger E1101 when accessed.
generated-members=numpy.*, torch.*
[pylint.messages_control]
disable=W1203, C0116, C0301, E0401, R0912, R0914, R0915, R0913
|