Use python3 for black to support py>=3.6 (#7964)

This commit is contained in:
Ville Brofeldt 2019-08-01 18:06:43 +03:00 committed by GitHub
parent a09f258379
commit 1f121183fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ repos:
rev: stable
hooks:
- id: black
language_version: python3.6
language_version: python3
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.2.3