ruff, ruff-{check,format}: add page (#12377)

* ruff-format: add page

* ruff-check: add page

* ruff: add page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
This commit is contained in:
Lena
2024-02-27 15:13:53 +01:00
committed by GitHub
parent 8a05239fce
commit 6871fd11e9
3 changed files with 62 additions and 0 deletions

12
pages/common/ruff.md Normal file
View File

@@ -0,0 +1,12 @@
# ruff
> An extremely fast Python linter and code formatter, written in Rust.
> More information: <https://docs.astral.sh/ruff/tutorial>.
- View documentation for the Ruff linter:
`tldr ruff check`
- View documentation for the Ruff code formatter:
`tldr ruff format`