.pre-commit-config.yaml 281 B

12345678910111213
  1. repos:
  2. - repo: https://github.com/PyCQA/isort
  3. rev: 5.8.0
  4. hooks:
  5. - id: isort
  6. - repo: https://github.com/PyCQA/flake8
  7. rev: 3.9.0
  8. hooks:
  9. - id: flake8
  10. - repo: https://github.com/pre-commit/mirrors-eslint
  11. rev: v7.23.0
  12. hooks:
  13. - id: eslint