[flake8]
max-line-length = 88
exclude = src/py/flwr/proto
ignore = E302,W503,E203
per-file-ignores =
    src/py/flwr/server/strategy/*.py:E501
