123456789101112131415161718192021 |
- repos:
- - repo: https://github.com/ambv/black
- rev: stable
- hooks:
- - id: black
- exclude: tests/testapp/migrations
- - repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v1.4.0
- hooks:
- - id: check-merge-conflict
- - id: debug-statements
- - id: end-of-file-fixer
- - id: flake8
- language_version: python2.7
- exclude: tests/testapp/migrations
- - id: trailing-whitespace
- - repo: https://notabug.org/mjakob/pre-commit-check-manifest
- rev: v0.1.0
- hooks:
- - id: check-manifest
|