Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-28 00:12:40 +00:00
parent 56ec6bc6dd
commit fc525ef80d
9 changed files with 151 additions and 2 deletions

17
tldr/ruff Normal file
View File

@@ -0,0 +1,17 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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`