WUT_Computer_Science/Programming/EARIN/lab5/code/.pylintrc
2026-02-06 22:15:23 +01:00

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