astral-sh / ruff

An extremely fast Python linter and code formatter, written in Rust.
https://docs.astral.sh/ruff
MIT License
28.59k stars 925 forks source link

Check MANIFEST.in #12066

Open bersace opened 4 days ago

bersace commented 4 days ago

Hi,

Thanks for ruff, it's great.

What do you think of implemented check-manifest ? This way, we could go all-in with ruff to all linting in Python project. :rocket:

Regards, Étienne

MichaReiser commented 3 days ago

Yeah, I could see how Ruff does something like this once we have multifile analysis (a good understanding of the dependencies).