From b76280be740d0316ada28dea90a26501fd8c5bf0 Mon Sep 17 00:00:00 2001 From: Gustavo Silva Date: Mon, 10 Apr 2023 21:41:40 +0100 Subject: [PATCH] misc: rmeove `language_version` `black` hook It's not longer used. Bad copy/paste. Ref: https://github.com/psf/black/pull/2430 --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d596599..477c4d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,6 @@ repos: - repo: https://github.com/psf/black rev: 22.10.0 - language_version: python3.9 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks