define flake8 max line length longer (79 to 128)

This commit is contained in:
mangano-ito 2022-02-10 08:40:14 +09:00
parent 1d4c059f44
commit 2f5c946b48

View File

@ -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