mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-04-15 10:01:46 +04:00
24 lines
807 B
YAML
24 lines
807 B
YAML
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
|
sha: 5edf945ca57abe10a8f090f18e575eabb6a9585a
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: end-of-file-fixer
|
|
- id: autopep8-wrapper
|
|
- id: check-docstring-first
|
|
- id: check-json
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: name-tests-test
|
|
- id: requirements-txt-fixer
|
|
- id: flake8
|
|
- id: fix-encoding-pragma
|
|
- repo: https://github.com/pre-commit/pre-commit.git
|
|
sha: 75aaadd4c455043b0fff3cc22eb480f6a120caaf
|
|
hooks:
|
|
- id: validate_config
|
|
- id: validate_manifest
|
|
- repo: https://github.com/asottile/reorder_python_imports.git
|
|
sha: 8b583ac1beb0dd0f14c4bceb0a53bb1023cb3dd7
|
|
hooks:
|
|
- id: reorder-python-imports
|
|
language_version: python2.7
|