Skip to content

Commit

Permalink
Remove language_version for black (#1968)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
s-t-e-v-e-n-k committed Jun 21, 2021
1 parent 7a54218 commit 83d6e07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .pre-commit-config.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit 83d6e07

Please sign in to comment.