.pre-commit-config.yaml 326 B

1234567891011121314
  1. repos:
  2. - repo: https://github.com/pre-commit/pre-commit-hooks
  3. rev: v2.3.0
  4. hooks:
  5. - id: trailing-whitespace
  6. - id: flake8
  7. - id: check-merge-conflict
  8. - id: check-yaml
  9. - id: check-executables-have-shebangs
  10. - id: mixed-line-ending
  11. - repo: https://github.com/psf/black
  12. rev: stable
  13. hooks:
  14. - id: black