astral-sh / ruff

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

Docs is not updated to v0.5.0 #12074

Closed yairp03 closed 3 months ago

yairp03 commented 3 months ago

The docs weren't updated to comply with v0.5.0 changes.
For example, there is no deprecated note on E999 and RUF024 is still in preview.

MichaReiser commented 3 months ago

Thanks for reporting. I wasn't aware that we need to start the action to publish the documentation manually. It's now running and that should hopefully fix it. I'll update the contribution guidelines.

https://github.com/astral-sh/ruff/actions/runs/9700308469/job/26771392459

zanieb commented 3 months ago

I don't think that should need to be manual, presumably this is an oversight because docs are not published in uv. cc @charliermarsh

MichaReiser commented 3 months ago

And it just finished and the docs are up to date.

MichaReiser commented 3 months ago

Assigning to you @charliermarsh to look into if this should be triggered automatically

charliermarsh commented 3 months ago

Yup, will fix!