Merge pull request #5611 from mxr/patch-1

Remove language_version specification in black hooks
This commit is contained in:
Anthony Sottile
2019-07-16 10:15:28 -07:00
committed by GitHub

View File

@@ -5,13 +5,11 @@ repos:
hooks:
- id: black
args: [--safe, --quiet]
language_version: python3
- repo: https://github.com/asottile/blacken-docs
rev: v1.0.0
hooks:
- id: blacken-docs
additional_dependencies: [black==19.3b0]
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3
hooks: