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 cd59edc commit 23f0ecbCopy full SHA for 23f0ecb
{{cookiecutter.project_slug}}/pyproject.toml
@@ -117,7 +117,7 @@ exclude_lines = [
117
# This is the global mypy configuration.
118
# Avoid changing this!
119
strict = true # See all the enabled flags `mypy --help | grep -A 10 'Strict mode'`
120
-disallow_any_unimported = true
+disallow_any_unimported = false
121
122
# If you need to ignore something for some specific module,
123
# add overrides for them. Avoid changing the global config!
@@ -128,9 +128,3 @@ disallow_any_unimported = true
128
# "my_unpyted_dependency2.*"
129
# ]
130
# ignore_missing_imports = true
131
-
132
-# [[tool.mypy.overrides]]
133
-# module = [
134
-# "tests/my_thing/test_my_thing",
135
-# ]
136
-# disallow_untyped_defs = false
0 commit comments