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 3289dd1 commit c5d7469Copy full SHA for c5d7469
1 file changed
fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml
@@ -194,7 +194,7 @@ warn_unused_ignores = false
194
warn_return_any = false
195
namespace_packages = true
196
{%- if cookiecutter.api_type == "graphql" %}
197
-plugins = ["strawberry.ext.mypy_plugin"]
+plugins = []
198
{%- endif %}
199
200
{%- if cookiecutter.enable_redis == "True" %}
0 commit comments