.pre-commit-config.yaml 223 B

1234567891011
  1. repos:
  2. - repo: https://github.com/ambv/black
  3. rev: stable
  4. hooks:
  5. - id: black
  6. language_version: python3.8
  7. - repo: https://github.com/pre-commit/mirrors-isort
  8. rev: v4.3.20
  9. hooks:
  10. - id: isort