authenticationservice-5a936w/.pre-commit-config.yaml
2025-05-17 17:28:23 +00:00

9 lines
314 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Find the latest tag/version at https://github.com/astral-sh/ruff-pre-commit/releases
rev: 'v0.4.4' # Replace with the latest version if desired
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
- id: ruff-format