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.
This commit is contained in:
Steve Kowalik
2021-06-21 20:29:09 +10:00
committed by GitHub
parent 7a5421837c
commit 83d6e0719c
-1
View File
@@ -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: