diff --git a/fastapi_template/template/hooks/post_gen_project.py b/fastapi_template/template/hooks/post_gen_project.py
index 412b32a75de51bca7f3e7d83f1c1116b456df5fa..ccb10c5a8a15ac4b683f6815164dceb81477ee30 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 5f3e9cc593ac947e75e724991ed68022813be7e4..e2b073810872d5da1c871b05afbd9ed9f4922424 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 = [