WUT_Computer_Science/Programming/EARIN/lab5/code/.pylintrc

10 lines
301 B
INI
Raw Normal View History

2023-05-13 15:41:16 +02:00
[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