From 4904fd5ce0c74386eaee3bd07940aa46254a11ce Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 13 Apr 2023 10:41:49 -0600 Subject: [PATCH] Remove Python 3.8 constraint from Black pre-commit config (#647) --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fedc1a98..80ef8617 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,6 @@ repos: rev: 23.3.0 hooks: - id: black - language_version: python3.8 - repo: https://github.com/asottile/blacken-docs rev: 1.13.0