blob: 24e28a31bbb71d607e9ee06d49f99c4cf1ddd472 [file] [log] [blame]
- repo: git@github.com:pre-commit/pre-commit-hooks
sha: b03733bc86d9e8b2564a5798ade40d64baae3055
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: autopep8-wrapper
args: ['-i', '--ignore=E265,E309,E501']
- id: check-docstring-first
- id: check-json
- id: check-added-large-files
- id: check-yaml
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- id: flake8
- repo: git@github.com:pre-commit/pre-commit
sha: 645838cb514583249478e347aa80a0af743edace
hooks:
- id: validate_config
- id: validate_manifest
- repo: git@github.com:asottile/reorder_python_imports
sha: ea9fa14a757bb210d849de5af8f8ba2c9744027a
hooks:
- id: reorder-python-imports