From 0d9ac28d229e221aaef56f08a38171c53049741e Mon Sep 17 00:00:00 2001 From: MichaelKora Date: Mon, 4 Dec 2023 16:52:06 +0100 Subject: [PATCH] Add python to hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 50c88bffb..503cec205 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ default_language_version: - # python: python3. - python: python3.11.4 + python: python3. + # python: python3.11.4 default_stages: [pre-commit, manual] exclude: ".*tmps.*"