.pre-commit-config.yaml 184 B

123456789
  1. repos:
  2. - repo: https://github.com/psf/black
  3. rev: 23.1.0
  4. hooks:
  5. - id: black
  6. - repo: https://github.com/astral-sh/ruff-pre-commit
  7. rev: v0.0.287
  8. hooks:
  9. - id: ruff