Skip to content

Commit b32218a

Browse files
committed
Allow dmypy to be run
1 parent 475ce01 commit b32218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ extend-exclude = [
150150
[tool.mypy]
151151
python_version = "3.8"
152152
ignore_missing_imports = true
153-
follow_imports = "silent"
153+
namespace_packages = false
154154

155155
[tool.pytest.ini_options]
156156
doctest_optionflags = [

0 commit comments

Comments
 (0)