From 1179d2ca8ba8f989b93f24443acc118d55de3b4c Mon Sep 17 00:00:00 2001 From: Lorenz Walthert Date: Thu, 7 Mar 2024 19:53:34 +0800 Subject: [PATCH] `default_language_version` is not a valid key in `.pre-commit-hook.yaml` At least not officially: https://pre-commit.com/#creating-new-hooks --- .pre-commit-config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dd915ff..01d4d52 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,3 @@ -default_language_version: - python: python3.10 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 @@ -48,4 +46,4 @@ repos: rev: f92056a3fd0c8836c6fa4137faf72af2000637a1 hooks: - id: mypy-with-poetry - - id: verify-git-email \ No newline at end of file + - id: verify-git-email