[FORMAT]
max-line-length=98

[MESSAGES CONTROL]
disable=
    fixme,                    # TO DOs are not errors.
    consider-using-f-string,  # We're not on Python >= 3.6 yet.

[REPORT]
score=no

[BASIC]
good-names=
    i,
    e,
    namespace,
