Files
bedrock-access-gateway/.pre-commit-config.yaml
2025-03-13 14:24:41 +08:00

11 lines
234 B
YAML

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