zcash-grant-system/backend/.pre-commit-config.yaml

7 lines
124 B
YAML
Raw Normal View History

2018-09-10 09:55:26 -07:00
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.6