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

7 lines
128 B
YAML
Raw Permalink Normal View History

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