From a766c34f7b60e03362f898f4a1c994d004ed9324 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 22 Oct 2024 13:26:25 -0500 Subject: [PATCH] chore: use "check" for defaults --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 3a4b8d4..5bd4d83 100755 --- a/tasks.py +++ b/tasks.py @@ -45,4 +45,4 @@ def docs(): asset("docs/swydd.py").write(asset("src/swydd/__init__.py")) -cli() +cli("check")