[MASTER]
ignore=tests

[MESSAGES CONTROL]
disable=
    R0801,  # : Similar lines in 2 files
    broad-exception-caught,
    fixme,
    import-outside-toplevel,
    logging-fstring-interpolation,
    logging-not-lazy,
    too-many-locals,

[FORMAT]
max-line-length=128
