1
0

.pre-commit-config.yaml 347 B

1234567891011121314
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v3.2.0
  4. hooks:
  5. - id: check-yaml
  6. - id: end-of-file-fixer
  7. - id: trailing-whitespace
  8. - id: check-ast
  9. - id: check-case-conflict
  10. - id: check-merge-conflict
  11. - repo: https://github.com/psf/black
  12. rev: 20.8b1
  13. hooks:
  14. - id: black