[flake8]
per-file-ignores = __init__.py:F401
max-line-length = 119
exclude =
    *_pb2.py
    *_pb2.pyi
    *_pb2_grpc.py
    build
