1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages.nl/common/ruff.md
Sebastiaan Speck a83339b94f
pages.nl/*: add missing alias pages (#12480)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2024-03-11 16:28:13 +01:00

282 B

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