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

9 lines
182 B
YAML

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