Fix python version in pre-commit config

This commit is contained in:
Ethan Paul 2020-10-11 18:57:33 -04:00
parent 1e2156ecdb
commit 4a1dc52755
No known key found for this signature in database
GPG Key ID: C5F5542B54A4D9C6

View File

@ -4,14 +4,14 @@ repos:
rev: 20.8b1
hooks:
- id: black
language_version: python3.7
language_version: python3
- repo: https://github.com/asottile/blacken-docs
rev: v0.5.0
hooks:
- id: blacken-docs
additional_dependencies: [black==20.8b1]
language_version: python3.7
language_version: python3
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.5