jetforce/.pre-commit-config.yaml

13 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
2020-07-26 04:57:51 +02:00
rev: v5.1.4
2019-08-04 19:52:54 +02:00
hooks:
2020-07-26 04:57:51 +02:00
- id: isort