22 lines
531 B
YAML
22 lines
531 B
YAML
repos:
|
|
- repo: https://github.com/ambv/black
|
|
rev: 18.6b4
|
|
hooks:
|
|
- id: black
|
|
language_version: python3.6
|
|
# override until resolved: https://github.com/ambv/black/issues/402
|
|
files: \.pyi?$
|
|
types: []
|
|
|
|
- repo: https://github.com/asottile/seed-isort-config
|
|
rev: v1.2.0
|
|
hooks:
|
|
- id: seed-isort-config
|
|
language_version: python3.6
|
|
|
|
- repo: https://github.com/pre-commit/mirrors-isort
|
|
rev: v4.3.4
|
|
hooks:
|
|
- id: isort
|
|
language_version: python3.6
|