summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66ba8f24..48400e23 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ check: check-env
coverage run --branch -m pytest -vv rtemsqual/tests
format: $(PY_ALL_FILES) | check-env
- yapf -i $^
+ yapf -i --parallel $^
analyse: $(PY_SRC_FILES) | check-env
flake8 $^