[MASTER]
ignore=CVS,.git,__pycache__,build,dist
jobs=1

[MESSAGES CONTROL]
disable=
    C0111,  # missing-docstring
    R0903,  # too-few-public-methods

[REPORTS]
output-format=text
reports=no

[BASIC]
good-names=i,j,k,_,e,f

[FORMAT]
max-line-length=120

[DESIGN]
max-args=10
max-attributes=15
