.pre-commit-config.yaml 452 B

123456789101112131415
  1. # See https://pre-commit.com for more information
  2. # See https://pre-commit.com/hooks.html for more hooks
  3. repos:
  4. - repo: https://github.com/pre-commit/pre-commit-hooks
  5. rev: v2.4.0
  6. hooks:
  7. - id: trailing-whitespace
  8. - id: end-of-file-fixer
  9. - id: check-yaml
  10. - id: check-added-large-files
  11. - id: mixed-line-ending
  12. - repo: https://github.com/Lucas-C/pre-commit-hooks
  13. rev: v1.1.7
  14. hooks:
  15. - id: forbid-tabs