mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 10:58:32 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/ruff
Normal file
17
tldr/ruff
Normal 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`
|
||||
Reference in New Issue
Block a user