mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:03:11 +02:00
git-subtree-dir: Programming/EARIN git-subtree-mainline:635e287095git-subtree-split:a09c96dd65
10 lines
301 B
INI
10 lines
301 B
INI
[TYPECHECK]
|
|
|
|
# List of members which are set dynamically and missed by Pylint inference
|
|
# system, and so shouldn't trigger E1101 when accessed. (Module 'torch' has no 'max' member)
|
|
generated-members=numpy.*, torch.*
|
|
|
|
[DESIGN]
|
|
# Maximum number of statements in function / method body
|
|
max-statements=16
|