Jonathan Plasse
Jonathan Plasse
Will it be included in Ruff 0.6.0?
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. 
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.   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`,...