You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Python 3.9 compat ignores in ruff (UP006, UP035, UP045)
- Ignore intentional patterns (S110 try-except-pass, RUF002, RUF022)
- Add ClassVar annotation to mutable class attributes
- Fix raise ... from err pattern for exception chaining
- Auto-fix import sorting with ruff
- Apply ruff formatting to all files
- Relax mypy for OTel SDK type inconsistencies
- Fix unused variable in test with underscore prefix
Signed-off-by: Deborah Jacob <deborahjacob@botanu.ai>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments