From 48d740406bdadd4e9509125174259a22701a5cc1 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Sat, 30 Jun 2018 17:06:34 -0700 Subject: [PATCH] setup.cfg: bump flake8 max-line-length to 85 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 996e37d..c2199e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,4 +9,4 @@ tag_prefix = parentdir_prefix = magic-wormhole [flake8] -max-line-length = 84 +max-line-length = 85