Metadata-Version: 2.4
Name: ruffup
Version: 0.2.0
Summary: A very simple tool for running ruff+ruff isort
Author-email: Wayne Werner <wayne@waynewerner.com>
Requires-Python: >=3.12
Requires-Dist: ruff>=0.14.0
Description-Content-Type: text/markdown

# ruffup

Very simple. You want to `ruff` format your code, including isort?

Just run

    uv tool install ruffup

And now you can run `ruffup` wherever you want to run this:

    ruff check --select I --fix .
    ruff format .

Hopefully `ruff` will get something like this included.
