Skip to content

Commit 23f0ecb

Browse files
committed
Tweaks to the pyproject.toml of the generated package
1 parent cd59edc commit 23f0ecb

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

{{cookiecutter.project_slug}}/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ exclude_lines = [
117117
# This is the global mypy configuration.
118118
# Avoid changing this!
119119
strict = true # See all the enabled flags `mypy --help | grep -A 10 'Strict mode'`
120-
disallow_any_unimported = true
120+
disallow_any_unimported = false
121121

122122
# If you need to ignore something for some specific module,
123123
# add overrides for them. Avoid changing the global config!
@@ -128,9 +128,3 @@ disallow_any_unimported = true
128128
# "my_unpyted_dependency2.*"
129129
# ]
130130
# 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

Comments
 (0)