.pre-commit-config.yaml 388 B

123456789101112131415161718
  1. repos:
  2. - repo: https://github.com/psf/black
  3. rev: 22.1.0
  4. hooks:
  5. - id: black
  6. exclude: \.py-tpl$
  7. - repo: https://github.com/PyCQA/isort
  8. rev: 5.9.3
  9. hooks:
  10. - id: isort
  11. - repo: https://github.com/PyCQA/flake8
  12. rev: 4.0.1
  13. hooks:
  14. - id: flake8
  15. - repo: https://github.com/pre-commit/mirrors-eslint
  16. rev: v7.32.0
  17. hooks:
  18. - id: eslint