chore: defer Sourcery auth; continue work

This commit is contained in:
Wikid82
2025-11-17 22:08:59 -05:00
parent 4f3b7d8f99
commit 4602cbd100
6114 changed files with 1457188 additions and 0 deletions

View File

@@ -9,6 +9,13 @@ repos:
hooks:
- id: ruff
args: ["--fix"]
- repo: https://github.com/sourcery-ai/sourcery
rev: v1.22.0
hooks:
- id: sourcery
args: ["--diff=git diff HEAD", "--no-summary", "--min-level=medium"]
# Only flag critical, high, and medium severity issues
# Low severity issues are excluded as they may be intentional
- repo: https://github.com/pre-commit/mirrors-isort
rev: v5.12.0
hooks: