From 67387b94c0e4cd0e4b83fe047dd4fc13750609d8 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Tue, 13 Apr 2021 16:20:37 +0400 Subject: [PATCH] Updated pre-commit run command. Signed-off-by: Pavel Kirilin <win10@list.ru> --- fastapi_template/template/hooks/post_gen_project.py | 3 ++- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fastapi_template/template/hooks/post_gen_project.py b/fastapi_template/template/hooks/post_gen_project.py index 412b32a..ccb10c5 100644 --- a/fastapi_template/template/hooks/post_gen_project.py +++ b/fastapi_template/template/hooks/post_gen_project.py @@ -59,7 +59,8 @@ def init_repo(): hook=None, verbose=False, color=True, - show_diff_on_failure=False + show_diff_on_failure=False, + is_squash_merge=False, ) pre_commit.run( config_file=pre_commit_constants.CONFIG_FILE, diff --git a/pyproject.toml b/pyproject.toml index 5f3e9cc..e2b0738 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fastapi_template" -version = "1.2.2" +version = "1.2.3" description = "Feature-rich robust FastAPI template" authors = ["Pavel Kirilin <win10@list.ru>"] packages = [ -- GitLab