12 lines
248 B
YAML
12 lines
248 B
YAML
|
default_language_version:
|
||
|
python: python3.7
|
||
|
default_stages: [commit, push]
|
||
|
repos:
|
||
|
- repo: https://github.com/ambv/black
|
||
|
rev: stable
|
||
|
hooks:
|
||
|
- id: black
|
||
|
- repo: https://github.com/pre-commit/mirrors-isort
|
||
|
rev: v4.3.21
|
||
|
hooks:
|
||
|
- id: isort
|