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
Fix CI failures: ruff formatting and lint wrapt version pin
- utils.py: reformat multi-condition if statement to satisfy ruff line
length requirement (fixes generate/precommit CI jobs)
- tox.ini: pin wrapt>=1.0.0,<2.0.0 for lint envs of botocore, dbapi,
grpc, and sio-pika; with wrapt 1.x removed from base test-requirements,
lint envs were getting wrapt 2.x which caused pylint no-member errors
on __wrapped__ (a C-extension attribute not visible to static analysis)
Also add Deprecated==1.2.14 to same lint envs for consistency
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments