From f654168ab45ad03ec1266d11b45c3104527da6df Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Mon, 14 Dec 2020 05:01:17 +0400
Subject: [PATCH] Updated .pre-commit config.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 .../{{cookiecutter.project_name}}/.pre-commit-config.yaml       | 1 -
 pyproject.toml                                                  | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

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 408c2c1..2ed6b76 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 1f9f572..5f3e9cc 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 = [
-- 
GitLab