瀏覽代碼

Fix tc docstring

Trevor Elliott 4 年之前
父節點
當前提交
b814dbc494
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tasks.py

+ 1 - 1
tasks.py

@@ -53,7 +53,7 @@ def populate(c):
 
 @task
 def tc(c):
-    """Populate the test database with fake-ish data"""
+    """Typecheck with mypy"""
     c.run("MYPYPATH=$(pwd)/stubs poetry run mypy lc/*.py tests/*.py scripts/*.py")