From 4ceca541384429f9bf9a137c0aebb61070bc8071 Mon Sep 17 00:00:00 2001 From: muffinmad Date: Thu, 21 May 2020 17:31:44 +0300 Subject: [PATCH] Specify max-line-length for pycodestyle According to CONTRIBUTING.md it can be 100 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index dfa023c2..24da7c73 100644 --- a/tox.ini +++ b/tox.ini @@ -41,3 +41,5 @@ commands = commands = flake8 --extend-ignore F401 {posargs:jedi} deps = extras = qa +[pycodestyle] +max-line-length=100