mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Use python3 for black to support py>=3.6 (#7964)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user