Files
agentrhq__authsome/.pre-commit-config.yaml
T
Manoj Bajaj 7db1f5aa97 chore: agent readiness improvements
- Added PR template
- Configured dependabot and renovate for min_release_age
- Enabled secret scanning via gitleaks pre-commit hook
- Enabled naming (N) and cyclomatic complexity (C90) checks in ruff

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Entire-Checkpoint: 81809e52b50a
2026-05-08 13:51:36 +05:30

12 lines
249 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.10
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/gitleaks/gitleaks
rev: v8.18.2
hooks:
- id: gitleaks