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

19 lines
577 B
YAML
Raw Normal View History

2014-03-23 09:21:54 +08:00
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: e0a6e66528c8335599408cbefe7ebf9e7e15ccb3
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
2014-08-23 03:42:21 +08:00
args: ['-i', '--ignore=E265,E309,E501']
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
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
2014-08-23 02:13:46 +08:00
sha: 3cac9489b3886f72b00f83d5128c2b22ea2fbcca
2014-03-15 05:23:08 +08:00
hooks:
2014-03-24 14:10:35 +08:00
- id: validate_config
- id: validate_manifest