mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-30 02:16:52 +00:00
28 lines
795 B
YAML
28 lines
795 B
YAML
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
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-added-large-files
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: name-tests-test
|
|
- id: requirements-txt-fixer
|
|
- id: flake8
|
|
- repo: https://github.com/pre-commit/pre-commit
|
|
sha: v0.15.0
|
|
hooks:
|
|
- id: validate_config
|
|
- id: validate_manifest
|
|
- repo: https://github.com/asottile/reorder_python_imports
|
|
sha: v0.3.1
|
|
hooks:
|
|
- id: reorder-python-imports
|
|
language_version: python2.7
|
|
- repo: https://github.com/asottile/pyupgrade
|
|
sha: v1.0.0
|
|
hooks:
|
|
- id: pyupgrade
|