Ekin Dursun

Results 34 comments of Ekin Dursun

These are some of the failures: ``` mypy/test/data.py:66: error: Call to untyped function "join" in typed context mypy/test/data.py:74: error: Call to untyped function "join" in typed context mypy/test/data.py:77: error: Call...

Yes, now I realize that it's my fault. I am working on it!

I reduced it to 137 failures, they are related to lack of information in the stubs. For example: ``` mypy/git.py:41: error: Call to untyped function "splitlines" in typed context mypy/git.py:44:...

#8217 needs to be merged first. `ruamel.yaml.clib` versions before `0.2.8` don't support Python 3.12.

Hello, why isn't this merged? I don't think it breaks anything, but it blocks Python 3.12 compatibility.

@tim-finnigan sorry for tagging you here personally, but I didn't know what to do. I don't know why, but these comments don't get any attention from the maintainers.

The PR is just a line change, so it should be trivial to review the diff. The checks pass too, so I guess there is something else to do before...

https://github.com/Azure/autorest.python/pull/2560 is merged and it means that new Azure SDK package versions won't have this warning. For commands themselves, I opened https://github.com/Azure/aaz-dev-tools/pull/360. I think these will solve the issue completely,...