Jonathan Plasse

Results 120 comments of Jonathan Plasse

Should `RET503` be simplified to only add `return None` at the end of the function?

> @evanrittenhouse I believe you implemented the tab size option back then. Do you remember why the `E` rules didn't use the setting? > > Sorry, I was wrong. Looking...

I think this could be a good first issue.

This is super interesting! Thank you for writing this detailed issue. I would like to get involved with hypothesis. What would constitute a good first contribution here?

Thanks, I will start with #3764 and then take on the different issue on #3914.

If the RST contain the link to the enum page in the return type (e.g. `Operator Return Items`), it should be feasible. Otherwise, it will be difficult. ![image](https://github.com/nutti/fake-bpy-module/assets/13716151/eabd008e-c392-419e-9b9b-20048577efcc)

I would like to take a deeper look to implement it.

When encountering an rna enum reference we could parse on the fly the corresponding rst file. ![Screenshot from 2024-06-03 21-51-08](https://github.com/nutti/fake-bpy-module/assets/13716151/d7043b63-78b2-450c-ad21-a3d1396e9ae5) ![Screenshot from 2024-06-03 21-51-40](https://github.com/nutti/fake-bpy-module/assets/13716151/d9f04874-ad19-40bc-84db-1a7854b8f450) I will see if I can...

> could you add the new linter test for the generated code in CI pipeline? I added flake8-pyi to run in the CI. I ignore 5 rules `PYI011`, `PYI014`, `PYI018`,...