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:
4bd885f
)
future recommendation: run lint on python files.
author
Nils Gillmann
<ng0@n0.is>
Thu, 17 May 2018 15:43:43 +0000
(15:43 +0000)
committer
Nils Gillmann
<ng0@n0.is>
Thu, 17 May 2018 15:43:43 +0000
(15:43 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
src/consensus/Makefile.am
patch
|
blob
|
history
diff --git
a/src/consensus/Makefile.am
b/src/consensus/Makefile.am
index c673e0407c58a89b30fe4e84808b8788aaa223c2..991e36a955ca8cd15e0cdf8d1279c8ea181ebd92 100644
(file)
--- a/
src/consensus/Makefile.am
+++ b/
src/consensus/Makefile.am
@@
-35,6
+35,8
@@
SUFFIXES = .py.in .py
$(do_subst) < $< > $@
chmod +x $@
+check-python-style:
+ flake8 consensus-simulation.py.in
lib_LTLIBRARIES = \
libgnunetconsensus.la