From 2f5c946b488cfffba713949d432c488c8c0b148f Mon Sep 17 00:00:00 2001 From: mangano-ito <47137677+mangano-ito@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:40:14 +0900 Subject: [PATCH] define flake8 max line length longer (79 to 128) --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 8b398f0..dbdf161 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,7 @@ identity=0x1784577F811F6EAC count=true show-source=true statistics=true +max-line-length=128 [tool:pytest] addopts = --cov=sshuttle --cov-branch --cov-report=term-missing