mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* common/r*: add Korean translation * Update rtv.md * Update pages.ko/common/rtv.md Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --------- Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
12 lines
284 B
Markdown
12 lines
284 B
Markdown
# ruff
|
|
|
|
> 매우 빠른 Python 린터 및 코드 포매터로, Rust로 작성되었습니다.
|
|
> 더 많은 정보: <https://docs.astral.sh/ruff/tutorial>.
|
|
|
|
- Ruff 린터에 대한 문서 보기:
|
|
|
|
`tldr ruff check`
|
|
|
|
- Ruff 코드 포매터에 대한 문서 보기:
|
|
|
|
`tldr ruff format`
|