Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 regels
705 B

  1. ---
  2. default_install_hook_types: [pre-push]
  3. exclude: "LICENSES/"
  4. # See: https://pre-commit.com/hooks.html
  5. repos:
  6. - repo: https://github.com/pre-commit/pre-commit-hooks
  7. rev: v6.0.0
  8. hooks:
  9. # - id: check-executables-have-shebangs
  10. - id: check-added-large-files
  11. - id: check-case-conflict
  12. - id: check-json
  13. - id: check-toml
  14. - id: trailing-whitespace
  15. - id: end-of-file-fixer
  16. - repo: https://github.com/codespell-project/codespell
  17. rev: v2.4.1
  18. hooks:
  19. - id: codespell
  20. args: ["--skip=*.po,*.pot,i18n/"]
  21. - repo: https://github.com/fsfe/reuse-tool # https://reuse.software/dev/#pre-commit-hook
  22. rev: v6.2.0
  23. hooks:
  24. - id: reuse