pages.nl/*: add missing alias pages (#12480)

Co-authored-by: Leon <leonvsc@users.noreply.github.com>
This commit is contained in:
Sebastiaan Speck
2024-03-11 16:28:13 +01:00
committed by GitHub
parent ee438396d4
commit a83339b94f
28 changed files with 265 additions and 0 deletions

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

@@ -0,0 +1,12 @@
# ruff
> Een extreem snelle Python linter en code formatter, geschreven in Rust.
> Meer informatie: <https://docs.astral.sh/ruff/tutorial>.
- Bekijk de documentatie voor de Ruff linter:
`tldr ruff check`
- Bekijk de documentatie voor de Ruff code formatter:
`tldr ruff format`