diff --git a/conf/templates/pyproject.toml b/conf/templates/pyproject.toml index 88acff3d..a9f1e109 100644 --- a/conf/templates/pyproject.toml +++ b/conf/templates/pyproject.toml @@ -1,3 +1,7 @@ +[tool.mypy] + + {mypypath} + [tool.isort] lines_between_sections = 1