third_party.pylibs.pylint.src/.pre-commit-config.yaml
2018-09-17 09:15:50 +02:00

13 lines
298 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: 18.6b4
hooks:
- id: black
args: [--safe, --quiet]
python_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer