jetforce/.pre-commit-config.yaml

12 lines
248 B
YAML
Raw Normal View History

2019-08-04 19:52:54 +02:00
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