Commit cb764f5
chore: Add B904 to ruff ignore list
The B904 rule (raise exceptions with from err) is too verbose
for the HTTPException pattern used in FastAPI handlers. The
exception chaining doesn't provide meaningful benefit in this
context since HTTPException already captures the error details.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a6a2ded commit cb764f5
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
0 commit comments