.pre-commit-config.yaml 551 B

123456789101112131415161718192021222324
  1. repos:
  2. - repo: https://github.com/psf/black
  3. rev: 23.7.0
  4. hooks:
  5. - id: black
  6. exclude: \.py-tpl$
  7. - repo: https://github.com/adamchainz/blacken-docs
  8. rev: 1.13.0
  9. hooks:
  10. - id: blacken-docs
  11. additional_dependencies:
  12. - black==23.7.0
  13. - repo: https://github.com/PyCQA/isort
  14. rev: 5.12.0
  15. hooks:
  16. - id: isort
  17. - repo: https://github.com/PyCQA/flake8
  18. rev: 6.0.0
  19. hooks:
  20. - id: flake8
  21. - repo: https://github.com/pre-commit/mirrors-eslint
  22. rev: v8.44.0
  23. hooks:
  24. - id: eslint