.pre-commit-config.yaml 349 B

12345678910111213141516
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v3.3.0
  4. hooks:
  5. - id: fix-byte-order-marker
  6. - id: end-of-file-fixer
  7. - id: trailing-whitespace
  8. - id: mixed-line-ending
  9. args: [--fix=lf]
  10. - repo: https://github.com/Calinou/pre-commit-luacheck
  11. rev: v1.0.0
  12. hooks:
  13. - id: luacheck