From 1b00740a39f90f1e0bc7dc3a35723560c9ab4e97 Mon Sep 17 00:00:00 2001 From: Alexandre Gramfort Date: Tue, 9 Jul 2019 16:48:36 +0200 Subject: first pass with adding pydocstyle in makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4cdb7d1..89c30c3 100644 --- a/Makefile +++ b/Makefile @@ -74,4 +74,7 @@ autopep8 : aautopep8 : autopep8 -air test ot examples --jobs -1 +pydocstyle : + pydocstyle ot + FORCE : -- cgit v1.2.3