Parcourir la source

Fix tc docstring

Trevor Elliott il y a 4 ans
Parent
commit
b814dbc494
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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")