Site logo

Léon Zhang

Software Engineer

en1 min read

Ruff

project https://github.com/astral-sh/ruff

Install

brew install ruff

To use Ruff in IntelliJ IDEA, Install the Ruff Plugin

Usage

ruff format path/to/code/*.py        # Format all `.py` files in `/path/to/code`.
Ruff | Léon Zhang