diff --git a/daemon/setup.cfg b/daemon/setup.cfg index 576aa9f0..a3084b8b 100644 --- a/daemon/setup.cfg +++ b/daemon/setup.cfg @@ -11,7 +11,7 @@ line_length=88 [flake8] ignore=E501,W503,E203 -max-line-length=100 +max-line-length=88 max-complexity=26 select=B,C,E,F,W,T4 exclude=*_pb2*.py,utm.py,doc,build