Skip to content

Commit 6971f43

Browse files
committed
mypy.ini: Update
1 parent 44dc46f commit 6971f43

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

Cookbook.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
def test(recipe):
22
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

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[mypy]
2+
# disallow_untyped_defs = True
3+
color_output = False
4+
15
[mypy-jedi.*]
26
ignore_missing_imports = True
37

0 commit comments

Comments
 (0)