Add tox.ini to control flake8 settings project wide.
authorng0 <ng0@n0.is>
Thu, 23 Nov 2017 18:43:20 +0000 (18:43 +0000)
committerng0 <ng0@n0.is>
Sat, 3 Mar 2018 16:52:00 +0000 (16:52 +0000)
tox.ini [new file with mode: 0644]

diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..06802e8
--- /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