From d5c257fc9bdbdbab67b6ed0e9ae50df0a40704fc Mon Sep 17 00:00:00 2001 From: bharnden <32446120+bharnden@users.noreply.github.com> Date: Mon, 23 Sep 2019 22:02:09 -0700 Subject: [PATCH] fixed flake8 config to match other tooling --- daemon/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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