pre-commit-hooks/.pre-commit-config.yaml

24 lines
751 B
YAML
Raw Normal View History

2014-03-23 09:21:54 +08:00
- repo: git@github.com:pre-commit/pre-commit-hooks
2015-06-01 04:47:21 +08:00
sha: 9ba5af45ce2d29b64c9a348a6fcff5553eea1f2c
2014-03-15 05:23:08 +08:00
hooks:
2014-03-24 14:10:35 +08:00
- id: trailing-whitespace
- id: end-of-file-fixer
2014-08-23 02:04:55 +08:00
- id: autopep8-wrapper
2015-01-05 08:05:20 +08:00
- id: check-docstring-first
2014-08-20 07:05:41 +08:00
- id: check-json
- id: check-added-large-files
- id: check-yaml
- id: debug-statements
- id: name-tests-test
2015-01-05 08:05:20 +08:00
- id: requirements-txt-fixer
2014-04-14 08:58:19 +08:00
- id: flake8
2014-03-23 09:21:54 +08:00
- repo: git@github.com:pre-commit/pre-commit
2015-06-01 04:51:02 +08:00
sha: 8dba3281d5051060755459dcf88e28fc26c27526
2014-03-15 05:23:08 +08:00
hooks:
2014-03-24 14:10:35 +08:00
- id: validate_config
- id: validate_manifest
2015-01-05 08:05:20 +08:00
- repo: git@github.com:asottile/reorder_python_imports
2015-06-01 04:51:02 +08:00
sha: 3d86483455ab5bd06cc1069fdd5ac57be5463f10
2015-01-05 08:05:20 +08:00
hooks:
- id: reorder-python-imports