We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa14d3 commit fd70ac1Copy full SHA for fd70ac1
1 file changed
setup.cfg
@@ -9,7 +9,7 @@ ignore=E203,W503
9
10
[mypy]
11
ignore_missing_imports = true
12
-follow_imports = ignore
+follow_imports = skip
13
check_untyped_defs = true
14
no_implicit_optional = true
15
warn_incomplete_stub = true
0 commit comments