.pre-commit-config.yaml 243 B

12345678910
  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]