| [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= | |
| fixme, | |
| 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, | |
| [REPORTS] | |
| reports=no | |
| [VARIABLES] | |
| dummy-variables-rgx=^_.*$|dummy |