[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 04/04: future recommendation: run lint on python f
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 04/04: future recommendation: run lint on python files. |
Date: |
Thu, 17 May 2018 17:43:23 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
commit 2e7428c27e435b378d2c424b34765dd4726d5179
Author: Nils Gillmann <address@hidden>
AuthorDate: Thu May 17 15:43:43 2018 +0000
future recommendation: run lint on python files.
Signed-off-by: Nils Gillmann <address@hidden>
---
src/consensus/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index c673e0407..991e36a95 100644
--- 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
--
To stop receiving notification emails like this one, please contact
address@hidden