From 4d586e35cc29888a29d6ff4d817dcd1bc1f2dda5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20G=C3=BCnther?= Date: Wed, 18 Jan 2023 06:33:07 +0100 Subject: [PATCH] Remove `language_version: python3` Looks like this is the default for `black`'s pre-commit hook anyway, so it can be removed. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ab2e086be..68898f99c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,6 @@ repos: rev: 22.12.0 hooks: - id: black - language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: