Jonathan Plasse
Jonathan Plasse
Hi, Should this issue be closed?
I would like to take this on.
Have you tried using `localhost` instead of your IP address?
Ok, I will start working on it.
To avoid regression, we should use the plugin `flake-pyi` available in Ruff to check we use the modern syntax in the generated code.
> Can I suggest [PEP 673](https://peps.python.org/pep-0673/)'s `Self` type as a related change? > > Presently `ID.evaluated_get()` returns `ID`, but if this were changed to `Self` then I believe `Object.evaluated_get()` would...
I updated the initial comment.
Does it check that the generated code passes the rules of flake8-pyi?
There are existing issues for some of your proposed changes. - #153 - #154 - #159