We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e7fc3 commit 3cf012eCopy full SHA for 3cf012e
mypy.ini
@@ -5,7 +5,6 @@ disallow_any_generics = False
5
# disallow_untyped_defs: if True, it enforces things like `def __init__(self) -> CLASSNAME` or `def test_() -> None` which does not worth the effort
6
disallow_untyped_defs = False
7
follow_imports = silent
8
-follow_untyped_imports = True
9
# ignore_missing_imports: setting this to True ignores issues from imported libraries, so do not set it!!
10
ignore_missing_imports = False
11
namespace_packages = True
0 commit comments