core-extra/daemon/.pre-commit-config.yaml

10 lines
185 B
YAML
Raw Normal View History

repos:
- repo: local
hooks:
- id: isort
name: isort
stages: [commit]
language: system
2019-09-10 22:20:51 +01:00
entry: bash -c 'cd daemon && pipenv run isort --atomic -y'
types: [python]