forked from data.coop/membersystem
15 lines
381 B
YAML
15 lines
381 B
YAML
repos:
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
rev: v1.3.0
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
- id: flake8
|
|
- id: check-yaml
|
|
- id: check-added-large-files
|
|
- id: debug-statements
|
|
- id: end-of-file-fixer
|
|
- repo: https://github.com/asottile/reorder_python_imports
|
|
rev: v1.0.1
|
|
hooks:
|
|
- id: reorder-python-imports
|