xonsh/.pre-commit-config.yaml
2019-07-22 15:29:58 -04:00

6 lines
124 B
YAML

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