commit b48942b46913de4876431e3574a7ace641fb548c parent 74ccb6cad1991f6f3897f44f48cee76a46e5055d Author: ng0 <ng0@n0.is> Date: Thu, 23 Nov 2017 18:43:20 +0000 Add tox.ini to control flake8 settings project wide. Diffstat:
| A | tox.ini | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/tox.ini b/tox.ini @@ -0,0 +1,3 @@ +[flake8] +# These are things the devs don't agree make the python code more readable +max-line-length = 160