[flake8]
max-line-length = 146
ignore = E402
exclude =
    .git,
    __pycache__,
    build,
    venv,
    dist
extend-ignore =
    W503,
    # See https://github.com/PyCQA/pycodestyle/issues/373
    E203,
    # conflicts with black formatting
    E704,
