.pre-commit-config.yaml 389 B

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