Skip to content

Commit c5d7469

Browse files
committed
Fixed mypy tests.
1 parent 3289dd1 commit c5d7469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ warn_unused_ignores = false
194194
warn_return_any = false
195195
namespace_packages = true
196196
{%- if cookiecutter.api_type == "graphql" %}
197-
plugins = ["strawberry.ext.mypy_plugin"]
197+
plugins = []
198198
{%- endif %}
199199

200200
{%- if cookiecutter.enable_redis == "True" %}

0 commit comments

Comments
 (0)