1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.nl/common/ruff.md

13 lines
282 B
Markdown
Raw Permalink Normal View History

# 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`