dumb-init/.pre-commit-config.yaml

26 lines
765 B
YAML
Raw Normal View History

2015-08-08 01:40:26 +03:00
- repo: https://github.com/pre-commit/pre-commit-hooks.git
2017-08-02 21:33:12 +03:00
sha: v0.9.1
2015-08-08 01:40:26 +03:00
hooks:
- id: autopep8-wrapper
- id: check-added-large-files
- id: check-docstring-first
2017-08-02 21:33:12 +03:00
- id: check-executables-have-shebangs
2015-08-08 01:40:26 +03:00
- 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.git
2017-08-02 21:33:12 +03:00
sha: v0.3.5
2015-08-08 01:40:26 +03:00
hooks:
- id: reorder-python-imports
- repo: https://github.com/Lucas-C/pre-commit-hooks.git
2017-08-02 21:33:12 +03:00
sha: v1.0.1
2015-08-08 01:40:26 +03:00
hooks:
- id: remove-tabs