diff --git a/fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml b/fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml index c3b760d84b5dbce7c40feb2a2ab7c79e65e30aaa..6787148918beb43e5aa9d17bad755071c1525728 100644 --- a/fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml +++ b/fastapi_template/template/{{cookiecutter.project_name}}/pyproject.toml @@ -84,6 +84,7 @@ asynctest = "^0.13.0" [tool.isort] profile = "black" multi_line_output = 3 +src_paths = ["{{cookiecutter.project_name}}",] [tool.mypy] strict = true