2
0

.pre-commit-config.yaml 327 B

12345678910111213
  1. repos:
  2. - repo: https://github.com/timothycrosley/isort
  3. # isort config is in setup.cfg
  4. rev: 5.6.4
  5. hooks:
  6. - id: isort
  7. language_version: python3
  8. - repo: https://gitlab.com/pycqa/flake8
  9. # flake8 config is in setup.cfg
  10. rev: 3.8.4
  11. hooks:
  12. - id: flake8
  13. language_version: python3