From d2b592fe775ac50fee2e19b54924ce76c4909c1d Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Tue, 23 Nov 2021 15:15:33 +0200 Subject: flake8 --- tasks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 0c5bc94..7ab233d 100644 --- a/tasks.py +++ b/tasks.py @@ -18,7 +18,8 @@ def devenv(c): for d in dockers: cmd += " --docker-dont-stop={}".format(d) run(cmd) - + + @task def build_docs(c): """Generates the sphinx documentation.""" -- cgit v1.2.1