mirror of
https://github.com/agentrhq/authsome.git
synced 2026-09-19 01:34:19 +08:00
7db1f5aa97
- 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
12 lines
249 B
YAML
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
|