diff options
author | Nils Gillmann <ng0@n0.is> | 2018-05-17 15:43:43 +0000 |
---|---|---|
committer | Nils Gillmann <ng0@n0.is> | 2018-05-17 15:43:43 +0000 |
commit | 2e7428c27e435b378d2c424b34765dd4726d5179 (patch) | |
tree | c7cafbf16c9f9ae44fc5f314c17716253766cda4 /src/consensus | |
parent | 4bd885f344c57bf5b2d2a1fb1e8a732b08efd8f0 (diff) |
future recommendation: run lint on python files.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/consensus')
-rw-r--r-- | src/consensus/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |