Files
OCRmyPDF/.pre-commit-config.yaml
2019-05-06 18:07:41 -07:00

7 lines
124 B
YAML

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