# The idea is to use this file and remove disabled rule until we're able to merge with the pylintrc used for pylint
# itself once the change required to fix are small enough

[master]
ignore=functional,input,data,regrtest_data

[MESSAGES CONTROL]
disable=
    attribute-defined-outside-init,
    duplicate-code,
    invalid-name,
    missing-docstring,
    protected-access,
    too-few-public-methods,
    # handled by black
    format,
    redefined-outer-name,
    undefined-loop-variable,
    fixme,
