ruff/crates/ruff_linter
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
..
resources/test Avoid adding return types to stub methods (#9277) 2023-12-25 09:03:24 -05:00
src Avoid adding return types to stub methods (#9277) 2023-12-25 09:03:24 -05:00
Cargo.toml Bump pep440_rs from 0.3.12 to 0.4.0 (#9272) 2023-12-25 08:12:20 -05:00