aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2017-11-23 18:43:20 +0000
committerng0 <ng0@n0.is>2018-03-03 16:52:00 +0000
commitb48942b46913de4876431e3574a7ace641fb548c (patch)
tree45067bddd7109ffda260f230cbb8ea13d28e8615 /tox.ini
parent74ccb6cad1991f6f3897f44f48cee76a46e5055d (diff)
downloadgnunet-b48942b46913de4876431e3574a7ace641fb548c.tar.gz
gnunet-b48942b46913de4876431e3574a7ace641fb548c.zip
Add tox.ini to control flake8 settings project wide.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 000000000..06802e8a0
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,3 @@
1[flake8]
2# These are things the devs don't agree make the python code more readable
3max-line-length = 160