[BASIC] function-rgx=[A-Z_][a-zA-Z0-9_]{2,30}$ method-rgx=[a-z_][a-zA-Z0-9_]{2,30}$ good-names=e,f,i,j,k,main,_ [FORMAT] indent-string=' ' max-line-length=80 [MESSAGES CONTROL] disable= broad-exception-raised, consider-using-f-string, duplicate-code, # suppress pylint duplicate code false positive fixme, import-error, invalid-name, locally-disabled, missing-docstring, too-few-public-methods, too-many-arguments, too-many-branches, too-many-instance-attributes, too-many-lines, too-many-locals, too-many-public-methods, too-many-statements, unspecified-encoding, use-dict-literal, use-yield-from, wrong-import-order, [REPORTS] reports=no [VARIABLES] dummy-variables-rgx=^_.*$|dummy