summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandre Gramfort <alexandre.gramfort@m4x.org>2019-07-09 16:48:36 +0200
committerAlexandre Gramfort <alexandre.gramfort@m4x.org>2019-07-09 16:48:36 +0200
commit1b00740a39f90f1e0bc7dc3a35723560c9ab4e97 (patch)
tree87f43f8f13cf82497999b7f7ea6b6e25fbddcb68 /Makefile
parent952503e02b1fc9bdf0811b937baacca57e4a98f1 (diff)
first pass with adding pydocstyle in makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 :