bornhack-website/.pre-commit-config.yaml
2020-02-07 18:51:50 +01:00

8 lines
133 B
YAML

repos:
- repo: "https://github.com/ambv/black"
rev: "stable"
hooks:
- id: "black"
language_version: "python3.7"