[MASTER]
disable=
    arguments-differ,
    missing-module-docstring,
    missing-class-docstring,
    missing-function-docstring,
    protected-access,
    too-few-public-methods,
    invalid-name,
    abstract-method,
    fixme,
    duplicate-code,
    redefined-outer-name,  # fixtures violate this
extension-pkg-whitelist=pydantic

[FORMAT]
max-line-length=120

[STRING]
check-quote-consistency=yes

[SIMILARITIES]
ignore-imports=yes
