mirror of
https://github.com/microsoft/qlib.git
synced 2026-06-06 05:51:17 +08:00
6 lines
218 B
INI
6 lines
218 B
INI
[TYPECHECK]
|
|
# https://stackoverflow.com/a/53572939
|
|
# 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.*
|