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 mypy type checking to CI + upgrade to Python 3.11 in CI (#2123)
* ci
* add types-requests dep
* pin boto3
* pin requests
* pin boto3 for now
* pin httpcore
* pin more to try
* try pip upgrade
* add constraints back
* upgrade to python 3.11
* cleanup
;
* upgrade semaphore builds to use 3.11
* one new type error
* whitespace
* Resolving setup issues
* Resolved all type hinting issues locally
* Applied unasync
* Resolved mypy failures
* Flake8 fix plus print for clang-format version
* Reverting admin.c to clang-format 18 variant
* Resolved new avro type checks
* Added mypy ignore for celpy calls
* Upped memory limit as mypy increased the overhead slightly
* Bumped memory for mypy overhead
* Adding file missed in prior commit
---------
Co-authored-by: Matthew Seal <mseal@confluent.io>
0 commit comments