[flake8]

ignore =
    # Black and flake8 conflict here
    E203
    # Just assume black did a good job with the line lengths
    E501

per-file-ignores =
    # These directories will always contain "from ... import *"
    trame/*:F401,F403
