From ca9880dbec1247b81597663bb5c742a52570c19d Mon Sep 17 00:00:00 2001 From: mseitzer <16725193+mseitzer@users.noreply.github.com> Date: Thu, 25 Apr 2024 12:12:48 +0200 Subject: [PATCH] Remove language version from black in pre-commit This config setting made the pre-commit environment dependent on having that Python version installed. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 893b7ef..0df0d79 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,6 @@ repos: rev: 24.3.0 hooks: - id: black - language_version: python3.8 - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.15 hooks: