future recommendation: run lint on python files.
authorNils Gillmann <ng0@n0.is>
Thu, 17 May 2018 15:43:43 +0000 (15:43 +0000)
committerNils 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

index c673e0407c58a89b30fe4e84808b8788aaa223c2..991e36a955ca8cd15e0cdf8d1279c8ea181ebd92 100644 (file)
@@ -35,6 +35,8 @@ SUFFIXES = .py.in .py
        $(do_subst) < $< > $@
        chmod +x $@
 
+check-python-style:
+       flake8 consensus-simulation.py.in
 
 lib_LTLIBRARIES = \
   libgnunetconsensus.la