Explorar el Código

Fix tc docstring

Trevor Elliott hace 4 años
padre
commit
b814dbc494
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")