ruff/crates/ruff_linter/resources
Charlie Marsh fa78d2d97c
Avoid adding return types to stub methods (#9277)
We should avoid adding `-> None` to stubs in `.pyi` files, along with a
few other cases. (We already ignore abstract methods.)

Closes https://github.com/astral-sh/ruff/issues/9270.
2023-12-25 09:03:24 -05:00
..
test Avoid adding return types to stub methods (#9277) 2023-12-25 09:03:24 -05:00