[flake8]
profile = black
max-complexity = 10
max-cognitive-complexity = 5
max-line-length = 127
ignore = E203,E303,W503
exclude = example_*.py,*_pb2.py
