mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-03 18:28:24 +00:00

## Summary This adds redirects from, e.g., `https://docs.astral.sh/ruff/rules/F401` to `https://docs.astral.sh/ruff/rules/unused-import`, which are generated automatically when creating the documentation. Though we want to move towards human-readable names eventually, I think this is a nice and user-friendly change (and doesn't require any fancy infrastructure, since the redirects are handled via a plugin and added client-side). Closes #4710.
5 lines
91 B
Text
5 lines
91 B
Text
PyYAML==6.0.1
|
|
black==23.10.0
|
|
mkdocs==1.5.0
|
|
mkdocs-material==9.1.18
|
|
mkdocs-redirects==1.2.1
|