We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7691b commit a65facaCopy full SHA for a65faca
1 file changed
mypy.ini
@@ -1,15 +1,8 @@
1
[mypy]
2
-disallow_untyped_defs = True
3
-disallow_incomplete_defs = True
4
check_untyped_defs = True
5
-disallow_untyped_decorators = True
+disallow_untyped_defs = False
6
7
[mypy-src.*]
8
disallow_untyped_defs = True
9
disallow_incomplete_defs = True
10
-check_untyped_defs = True
11
disallow_untyped_decorators = True
12
-
13
-[mypy-tests.*]
14
15
-disallow_untyped_defs = False
0 commit comments