stress_at_work_analysis/.pre-commit-config.yaml

16 lines
300 B
YAML

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
types: [python]