[flake8]
max-line-length = 100
extend-ignore =
    # black-compatible
    E203,
    W503
exclude =
    .git,
    __pycache__,
    .mypy_cache,
    .pytest_cache,
    build,
    dist,
    node_modules,
    servers,
    frontend
