From e95cf4452919a57201682c03fada2e5cdbde7462 Mon Sep 17 00:00:00 2001 From: Przemek Denkiewicz Date: Tue, 16 Aug 2022 17:51:59 +0200 Subject: [PATCH] Remove default Python version from pre-commit --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bbf8d9f..2e0be722 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,6 @@ # TODO: remove global exclusion of tests when testing overhaul is complete exclude: ^test/ -# Force all unspecified python hooks to run python 3.8 -default_language_version: - python: python3.8 - repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0