aufgabe1/.pre-commit-config.yaml
2026-02-28 20:48:08 +01:00

9 lines
189 B
YAML

repos:
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.3.0
hooks:
- id: ruff