core-extra/daemon/.pre-commit-config.yaml
2019-09-10 14:20:51 -07:00

9 lines
185 B
YAML

repos:
- repo: local
hooks:
- id: isort
name: isort
stages: [commit]
language: system
entry: bash -c 'cd daemon && pipenv run isort --atomic -y'
types: [python]