projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74ccb6c
)
Add tox.ini to control flake8 settings project wide.
author
ng0
<ng0@n0.is>
Thu, 23 Nov 2017 18:43:20 +0000
(18:43 +0000)
committer
ng0
<ng0@n0.is>
Sat, 3 Mar 2018 16:52:00 +0000
(16:52 +0000)
tox.ini
[new file with mode: 0644]
patch
|
blob
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