.pre-commit-config.yaml 797 B

1234567891011121314151617181920212223242526272829
  1. exclude: ^paddlers/models
  2. repos:
  3. - repo: https://github.com/PaddlePaddle/mirrors-yapf.git
  4. rev: 0d79c0c469bab64f7229c9aca2b1186ef47f0e37
  5. hooks:
  6. - id: yapf
  7. files: \.py$
  8. - repo: https://github.com/pre-commit/pre-commit-hooks
  9. rev: a11d9314b22d8f8c7556443875b731ef05965464
  10. hooks:
  11. - id: check-merge-conflict
  12. - id: check-symlinks
  13. - id: detect-private-key
  14. files: (?!.*paddle)^.*$
  15. - id: end-of-file-fixer
  16. files: \.md$
  17. - id: trailing-whitespace
  18. files: \.md$
  19. - repo: https://github.com/Lucas-C/pre-commit-hooks
  20. rev: v1.0.1
  21. hooks:
  22. - id: forbid-crlf
  23. files: \.md$
  24. - id: remove-crlf
  25. files: \.md$
  26. - id: forbid-tabs
  27. files: \.md$
  28. - id: remove-tabs
  29. files: \.md$