Files
bedrock-access-gateway/.pre-commit-config.yaml
2025-03-13 13:58:18 +08:00

10 lines
202 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.9.10
hooks:
# Run the linter.
- id: ruff
# Run the formatter.
- id: ruff-format