.pre-commit-config.yaml 344 B

123456789101112131415
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v3.2.0
  4. hooks:
  5. - id: trailing-whitespace
  6. - id: end-of-file-fixer
  7. - id: check-yaml
  8. - id: check-added-large-files
  9. - repo: https://github.com/astral-sh/ruff-pre-commit
  10. # Ruff version.
  11. rev: v0.5.0
  12. hooks:
  13. # Run the linter.
  14. - id: ruff