From e17e43a29bf9b6610376e33fbcdd52ef962e3add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Wo=C5=BAniak?= Date: Wed, 15 Feb 2023 20:26:50 +0100 Subject: [PATCH] chore: remove .python-version file --- .pre-commit-config.yaml | 2 +- .python-version | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .python-version diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c30aeba4..dd1162f8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/PyCQA/docformatter - rev: v1.6.0.rc1 + rev: v1.6.0-rc1 hooks: - id: docformatter additional_dependencies: [tomli] diff --git a/.python-version b/.python-version deleted file mode 100644 index c7413b84..00000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.8.14