chore: defer Sourcery auth; continue work
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user