Files
d4c-service-geo-assistant/.pre-commit-config.yaml
T
Daniel Wiesmann 1a11473421 Initial commit
2025-12-04 09:36:14 +00:00

10 lines
201 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.9
hooks:
# Run the linter
- id: ruff
args: [--fix]
# Run the formatter
- id: ruff-format