bornhack-website/.pre-commit-config.yaml

8 lines
133 B
YAML
Raw Normal View History

2020-02-07 17:51:50 +00:00
repos:
- repo: "https://github.com/ambv/black"
rev: "stable"
hooks:
- id: "black"
language_version: "python3.7"