.pre-commit-config.yaml 360 B

123456789101112131415
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v4.1.0
  4. hooks:
  5. - id: trailing-whitespace
  6. - id: check-ast
  7. - id: check-merge-conflict
  8. - id: check-added-large-files
  9. args: ["--maxkb=2000"]
  10. - id: end-of-file-fixer
  11. - repo: https://github.com/psf/black
  12. rev: 22.3.0
  13. hooks:
  14. - id: black