dumb-init/.pre-commit-config.yaml
Anthony Sottile 341d998eaa Minor updates
2018-05-15 20:40:27 -07:00

27 lines
760 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: autopep8-wrapper
- id: check-added-large-files
- id: check-docstring-first
- id: check-executables-have-shebangs
- id: check-merge-conflict
- id: check-yaml
- id: debug-statements
- id: detect-private-key
- id: double-quote-string-fixer
- id: end-of-file-fixer
- id: flake8
- id: name-tests-test
- id: requirements-txt-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/reorder_python_imports
rev: v1.0.1
hooks:
- id: reorder-python-imports
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.1.5
hooks:
- id: remove-tabs