We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d4868 commit 045aed0Copy full SHA for 045aed0
1 file changed
pyproject.toml
@@ -104,6 +104,7 @@ disallow_any_unimported = true
104
[[tool.mypy.overrides]]
105
module = "tests.*"
106
disallow_untyped_defs = false
107
+disallow_any_unimported = false
108
109
110
module = "PIL.*"
0 commit comments