aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b75388a..51e6153 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ format:
yapf -i $(PYTHONFILES)
check-format:
- yapf -q -d $(PYTHONFILES)
+ yapf -d $(PYTHONFILES)
tags:
ctags -R --exclude="build/*" --exclude="cache/*" --exclude="doc/*" --exclude="results/*"