qwerrwe / .pylintrc
Nanobit's picture
Add config files
a98deb3
raw
history blame
221 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