yadm/pylintrc

15 lines
182 B
INI

[BASIC]
good-names=pytestmark
[DESIGN]
max-args=14
max-locals=27
max-attributes=8
max-statements=65
[MESSAGES CONTROL]
disable=redefined-outer-name
[TYPECHECK]
ignored-modules=py