diff --git a/fastapi_template/template/{{cookiecutter.project_name}}/.pre-commit-config.yaml b/fastapi_template/template/{{cookiecutter.project_name}}/.pre-commit-config.yaml
index 408c2c1b1cce41453b2d934e9183219edca048b7..2ed6b76bc46b48cfe8c27cad050a212b1aaad009 100644
--- a/fastapi_template/template/{{cookiecutter.project_name}}/.pre-commit-config.yaml
+++ b/fastapi_template/template/{{cookiecutter.project_name}}/.pre-commit-config.yaml
@@ -47,7 +47,6 @@ repos:
     rev: 5.4.2
     hooks:
       - id: isort
-        language_version: python3.8
         args:
           - "-l=88"
           - "--multi-line=3"
diff --git a/pyproject.toml b/pyproject.toml
index 1f9f572c092be5c7c4ea47779c5abb7e74538d0f..5f3e9cc593ac947e75e724991ed68022813be7e4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
 [tool.poetry]
 name = "fastapi_template"
-version = "1.2.1"
+version = "1.2.2"
 description = "Feature-rich robust FastAPI template"
 authors = ["Pavel Kirilin <win10@list.ru>"]
 packages = [