[MASTER]
disable=
    missing-module-docstring,
    missing-class-docstring,
    missing-function-docstring,
    too-few-public-methods,
    protected-access,
    wrong-import-order,
    ungrouped-imports,
    no-member

[FORMAT]
max-line-length=120
good-names=i,j,k,ex,Run,_,pk,x,y

[STRING]
check-quote-consistency=yes

[SIMILARITIES]
min-similarity-lines=15
