You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.pre-commit-config.yaml 389B

12345678910111213141516
  1. repos:
  2. - repo: git://github.com/pre-commit/pre-commit-hooks
  3. rev: v2.3.0
  4. hooks:
  5. - id: trailing-whitespace
  6. language_version: python3
  7. - repo: https://gitlab.com/PyCQA/flake8
  8. rev: 3.8.3
  9. hooks:
  10. - id: flake8
  11. language_version: python3
  12. exclude: migrations
  13. - repo: https://github.com/PyCQA/isort
  14. rev: 5.7.0
  15. hooks:
  16. - id: isort