mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 15:23:11 +02:00
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
|