Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion autobot-backend/api/analytics_precommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class HookStatus(BaseModel):
category=CheckCategory.QUALITY,
severity=CheckSeverity.WARN,
pattern=r"except\s*(?:\w+\s*)?:\s*(?:pass|\.\.\.)\s*$",
description="Empty exception handler found",
description="Empty exception handler found (note: may match inside multi-line strings #2911)",
suggestion="Add proper error handling or logging",
file_patterns=["*.py"],
),
Expand Down
Loading