[MASTER]
extension-pkg-whitelist=lxml

[MESSAGES CONTROL]
disable =
    missing-docstring,
    too-many-arguments,
    too-many-locals,
    too-few-public-methods,
    too-many-branches,
    too-many-lines,
    too-many-statements,
    too-many-nested-blocks,
    too-many-instance-attributes,
    no-else-return,
    line-too-long,
    bad-continuation,
    useless-object-inheritance,
    ungrouped-imports

# allow indented whitespace (as required by interpreter):
no-space-check=empty-line

# allow non-snake-case identifiers:
good-names=x,y,z,zs,c,n,h,i,j
