[flake8]

ignore =
    D203,
    E741,
    E501

exclude =
    .git,
    __pycache__,
    build,
    dist

max-complexity = 10
