From: Stephen Finucane Date: Fri, 12 Jul 2024 16:21:52 +0000 (+0100) Subject: pre-commit: Everything in Python 3 now X-Git-Tag: v3.2.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec9033af201a93447453b30f1009822469f4cb9;p=thirdparty%2Fpatchwork.git pre-commit: Everything in Python 3 now No need to set the default Python version. Signed-off-by: Stephen Finucane --- 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