[flake8]
ignore = E203, E266, E501, W503, F403, F401, D200, ANN101, ANN202, N818, C901
max-line-length = 150
max-complexity = 18
exclude =
    .git,
    __pycache__,
    .hg,
    .mypy_cache,
    venv,
    .venv,
    build,
    _build,
    dist,
    buck-out,
    third-party
