.pre-commit-config.yaml 179 B

123456789
  1. repos:
  2. - repo: https://github.com/pycqa/isort
  3. rev: 5.13.2
  4. hooks:
  5. - id: isort
  6. - repo: https://github.com/ambv/black
  7. rev: 22.12.0
  8. hooks:
  9. - id: black