From: ng0 Date: Thu, 23 Nov 2017 18:43:20 +0000 (+0000) Subject: Add tox.ini to control flake8 settings project wide. X-Git-Tag: v0.11.0pre66~188 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b48942b46913de4876431e3574a7ace641fb548c;p=oweals%2Fgnunet.git Add tox.ini to control flake8 settings project wide. --- diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..06802e8a0 --- /dev/null +++ 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