[MASTER]
jobs=4

[MESSAGES CONTROL]
disable=R,missing-docstring,no-member,fixme

[BASIC]
method-rgx=([a-z_][a-z0-9_]{2,30}|test_[a-z_][a-z0-9_]{2,50})$
function-rgx=([a-z_][a-z0-9_]{2,30}|test_[a-z_][a-z0-9_]{2,50})$
variable-rgx=[a-z_][a-z0-9_]{1,30}$
argument-rgx=[a-z_][a-z0-9_]{1,30}$

[LOGGING]
logging-format-style=new

[FORMAT]
max-line-length=88
