mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user