mirror of
https://github.com/astral-sh/ruff
synced 2026-01-21 21:40:51 -05:00
## Summary Now that Ruff provides a formatter, there is no need to rely on Black to check that the docs are formatted correctly in `check_docs_formatted.py`. This PR swaps out Black for the Ruff formatter and updates inconsistencies between the two. This PR will be a precursor to another PR ([branch](https://github.com/calumy/ruff/tree/format-pyi-in-docs)), updating the `check_docs_formatted.py` script to check for pyi files, fixing #11568. ## Test Plan - CI to check that the docs are formatted correctly using the updated script.
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
PyYAML==6.0.2
|
|
ruff==0.6.2
|
|
mkdocs==1.6.0
|
|
mkdocs-material==9.1.18
|
|
mkdocs-redirects==1.2.1
|
|
mdformat==0.7.17
|
|
mdformat-mkdocs==3.0.0
|
|
mdformat-admon==2.0.6
|