qwerrwe / .pylintrc
Nanobit's picture
Update ignores
c3a4697
raw
history blame
235 Bytes
[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