From 9fca7c9f2211ef6ea737a6e76655631086e6df5f Mon Sep 17 00:00:00 2001 From: Aneesh Agrawal Date: Tue, 29 Mar 2022 11:31:05 -0400 Subject: [PATCH] Remove `language_version` This enables `default_language_version` stanzas in consuming `.pre-commit-config.yaml` files to take precedence. --- .pre-commit-hooks.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 45615f7..e604d4b 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -3,5 +3,4 @@ description: Run `black` on python code blocks in documentation files entry: blacken-docs language: python - language_version: python3 files: '\.(rst|md|markdown|py|tex)$'