Skip to content

Commit b4c904f

Browse files
authored
Mypy will not check fixtures typing (#825)
1 parent 264e051 commit b4c904f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

{{ cookiecutter.name }}/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ plugins = [
216216

217217
[[tool.mypy.overrides]]
218218
module = [
219+
"*.fixtures",
219220
"*.management.*",
220221
"*.tests.*",
221222
"app.testing.api.*",

0 commit comments

Comments
 (0)