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:
fca4c4d
)
flake8: add .py.in to tox.ini and realize the process is far from finished.
author
Nils Gillmann
<ng0@n0.is>
Sat, 19 May 2018 19:44:46 +0000
(19:44 +0000)
committer
Nils Gillmann
<ng0@n0.is>
Sat, 19 May 2018 19:44:46 +0000
(19:44 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index 090ac8f8efb88acdb3998686e37f4def3d8bf8e0..c91f2de94318a82749929732192855aefd8df29f 100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-1,3
+1,4
@@
[flake8]
max-line-length = 160
-exclude = .git
\ No newline at end of file
+exclude = .git
+filename = *.py*
\ No newline at end of file