We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44dc46f commit 6971f43Copy full SHA for 6971f43
Cookbook.py
@@ -1,2 +1,7 @@
1
def test(recipe):
2
return ["pytest test/test_lispy-python.py"]
3
+
4
+def typecheck(recipe):
5
+ return "dmypy run lispy-python.py"
6
7
+del typecheck
mypy.ini
@@ -1,3 +1,7 @@
+[mypy]
+# disallow_untyped_defs = True
+color_output = False
[mypy-jedi.*]
ignore_missing_imports = True
0 commit comments