astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.6k stars 466 forks source link

Document the 'rye check' command #1384

Open wizzardx opened 1 week ago

wizzardx commented 1 week ago

The "rye check" command doesn't seem to be present in the "rye help" output, or over on the rye documentation over here:

https://rye.astral.sh/guide/commands/

However, it does work at the moment, my version of Rye currently being:

rye 0.39.0
commit: unknown (06db9d30d 2024-09-03)
platform: linux (x86_64)
self-python: cpython@3.12.5
symlink support: true
uv enabled: true

It's also mentioned in this blog post:

https://lucumr.pocoo.org/2024/2/15/rye-grows-with-uv/