third_party.pylibs.pylint.src/.pre-commit-config.yaml

18 lines
474 B
YAML
Raw Normal View History

2018-09-17 07:15:50 +00:00
repos:
- repo: https://github.com/ambv/black
rev: 18.9b0
2018-09-17 07:15:50 +00:00
hooks:
- id: black
args: [--safe, --quiet]
exclude: functional|input|test/extension|test/regrtest_data|test/data
2018-09-17 07:15:50 +00:00
python_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.1.0
2018-09-17 07:15:50 +00:00
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-isort
rev: v4.3.13
hooks:
- id: isort