linting

Installation
SKILL.md

Linting Skill

This skill provides instructions on how to format code and check for linting errors using ruff.

Running Linting and Formatting

To check for linting errors and format code, execute the following commands from the project root:

# Check for linting errors
uv run ruff check .

# Format code
uv run ruff format .

To fix fixable linting errors automatically:

Installs
1
First Seen
Apr 2, 2026
linting — douggkim/me-dashboard