From 83d6e0719cb7bfee57af398f93a73516b62af5f2 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Mon, 21 Jun 2021 20:29:09 +1000 Subject: [PATCH] Remove language_version for black (#1968) When black was added, we did not want to run it under Python 3.5, since upstream did not support it. We no longer support Python 3.5 ourselves, so we no longer need to restrict the version black uses. --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e18dd1f9..1af2eaac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,6 @@ repos: rev: 20.8b1 hooks: - id: black - language_version: python3.6 - repo: https://github.com/asottile/seed-isort-config rev: v1.9.4 hooks: