commit 2e7428c27e435b378d2c424b34765dd4726d5179
parent 4bd885f344c57bf5b2d2a1fb1e8a732b08efd8f0
Author: Nils Gillmann <ng0@n0.is>
Date: Thu, 17 May 2018 15:43:43 +0000
future recommendation: run lint on python files.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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