third_party.pylibs.pylint.src/.pre-commit-config.yaml
2019-04-30 11:08:25 +02:00

17 lines
442 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: 19.3b0
hooks:
- id: black
args: [--safe, --quiet]
exclude: functional|input|test/extension|test/regrtest_data|test/data
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.15
hooks:
- id: isort