.pre-commit-config.yaml 482 B

12345678910111213141516
  1. ---
  2. # See https://pre-commit.com for more information
  3. # See https://pre-commit.com/hooks.html for more hooks
  4. repos:
  5. - repo: https://github.com/pre-commit/pre-commit-hooks
  6. rev: v5.0.0
  7. hooks:
  8. - id: trailing-whitespace
  9. - id: end-of-file-fixer
  10. - id: check-merge-conflict
  11. - id: mixed-line-ending
  12. - id: check-added-large-files
  13. - repo: https://github.com/DavidAnson/markdownlint-cli2
  14. rev: v0.15.0
  15. hooks:
  16. - id: markdownlint-cli2-docker