astral-sh / ruff

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

Request: adding `flake8-requirements` #4100

Open jamesbraza opened 1 year ago

jamesbraza commented 1 year ago

https://github.com/Arkq/flake8-requirements is a plugin for flake8 that validates the install_requires field of a setup.py.

It's the last flake8 plugin I use that's not a part of ruff.

It would be great to add this into ruff!

jamesbraza commented 2 months ago

Maybe this can be a feature of https://github.com/astral-sh/uv? Cc @charliermarsh @zanieb

Just thinking out loud