Skip to content

Commit a38d83e

Browse files
committed
fixup options to pyproject
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 2e5796e commit a38d83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter/{{cookiecutter.github_repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,13 +165,13 @@ required_plugins = ["pytest-asyncio", "pytest-mock"]
165165
{%- else %}
166166
testpaths = ["pytests"]
167167
{%- endif %}
168-
{%- if cookiecutter.type != "api" %}
169168

170169
[tool.mypy]
171170
explicit_package_bases = true
172171
namespace_packages = true
173172
packages = ["{{cookiecutter.python_package}}"]
174173
strict = true
174+
{%- if cookiecutter.type != "api" %}
175175

176176
[[tool.mypy.overrides]]
177177
module = ["async_solipsism", "async_solipsism.*", "sybil", "sybil.*"]

0 commit comments

Comments
 (0)