mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
32 lines
859 B
YAML
32 lines
859 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks.git
|
|
sha: v0.9.1
|
|
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
|
|
- repo: https://github.com/pre-commit/pre-commit.git
|
|
sha: v0.16.3
|
|
hooks:
|
|
- id: validate_manifest
|
|
- repo: https://github.com/asottile/reorder_python_imports.git
|
|
sha: v0.3.5
|
|
hooks:
|
|
- id: reorder-python-imports
|
|
language_version: python2.7
|
|
- repo: https://github.com/asottile/add-trailing-comma
|
|
sha: v0.6.4
|
|
hooks:
|
|
- id: add-trailing-comma
|
|
- repo: meta
|
|
hooks:
|
|
- id: check-hooks-apply
|
|
- id: check-useless-excludes
|