[MESSAGES CONTROL]
disable=bad-open-mode,invalid-name,missing-docstring,redefined-outer-name,star-args,locally-disabled,locally-enabled

[REPORTS]
output-format=colorized
reports=no

[BASIC]
const-rgx=(([A-Za-z_][A-Za-z0-9_]*)|(__.*__))$

[FORMAT]
max-line-length=131

[TYPECHECK]
ignored-classes=pytest

[DESIGN]
min-public-methods=0

[SIMILARITIES]
min-similarity-lines=5
ignore-imports=yes
