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
* Refactor string formatting in `_code_cache.py`
* Refactor string formatting in `_events.py`
* Refactor string formatting in `_generate.py` to use f-strings
* Refactor string formatting in `lazybind.py` to use f-strings
* Refactor string formatting in `errorinfo.py` to use f-strings
* Refactor string formatting in `inprocserver.py` to use f-strings
* Refactor string formatting in `register.py` to use f-strings
* Refactor string formatting in `_constants.py` to use f-strings. one comment line...
* Refactor string formatting in `w_getopt.py` to use f-strings
* Fixed after PR reviewed
* fix mistakes
* Improved code
* Fix `register.py` to use raw-fstring
* Refactor string formatting in `codegenerator.py` to use f-strings
* Fix path separators in `_code_cache.py` for consistency across platforms
* Refactor string representations in `helpers.py` to use f-strings for improved readability
* Fix script path handling in `register.py` to include script path in CLSID registration
* Apply suggestions from code review
* Update comtypes/server/register.py
* Update comtypes/errorinfo.py
* Update register.py
---------
Co-authored-by: Jun Komoda <[email protected]>
0 commit comments