From 1a69a6c5ab2675b0e049e99d9d7be8e2c8d61433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=81ukawski?= Date: Wed, 5 Mar 2025 23:02:51 +0100 Subject: [PATCH] Remove the default Python version --- .pre-commit-config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbc92d7..e666498 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,8 +1,3 @@ -# See https://pre-commit.com for more information -# See https://pre-commit.com/hooks.html for more hooks -default_language_version: - python: python3.10 - ci: autofix_prs: true autoupdate_commit_msg: '[pre-commit.ci] pre-commit suggestions'