.pre-commit-config.yaml 556 B

123456789101112131415161718192021
  1. repos:
  2. - repo: https://github.com/ambv/black
  3. rev: stable
  4. hooks:
  5. - id: black
  6. exclude: tests/testapp/migrations
  7. - repo: https://github.com/pre-commit/pre-commit-hooks
  8. rev: v1.4.0
  9. hooks:
  10. - id: check-merge-conflict
  11. - id: debug-statements
  12. - id: end-of-file-fixer
  13. - id: flake8
  14. language_version: python2.7
  15. exclude: tests/testapp/migrations
  16. - id: trailing-whitespace
  17. - repo: https://notabug.org/mjakob/pre-commit-check-manifest
  18. rev: v0.1.0
  19. hooks:
  20. - id: check-manifest