stress_at_work_analysis/.pre-commit-config.yaml

16 lines
300 B
YAML
Raw Normal View History

repos:
- repo: local
hooks:
- id: isort
name: isort
stages: [commit]
language: system
entry: isort
types: [python]
- id: black
name: black
stages: [commit]
language: system
entry: black
2020-12-24 14:29:47 +01:00
types: [python]