From 4ec9033af201a93447453b30f1009822469f4cb9 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 12 Jul 2024 17:21:52 +0100 Subject: [PATCH] pre-commit: Everything in Python 3 now No need to set the default Python version. Signed-off-by: Stephen Finucane --- .pre-commit-config.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5cc90fce..21ab40e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,4 @@ --- -default_language_version: - # force all unspecified python hooks to run python3 - python: python3 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 -- 2.47.3