Files
DeOldify/.pre-commit-config.yaml
T
Alexandre Vicenzi ca10d40306 Enforce code formating
With these changes Black and Pylint become a required check for every PR.
2019-10-23 17:10:17 +02:00

8 lines
141 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
args: [-S]
language_version: python3.6