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")