entity

Ruff

Last updated: Thu Jun 18 2026 00:00:00 GMT+0000 (Coordinated Universal Time) Collection: entities

Ruff

ruff is the linter and formatter used in Brevvie Python + AI — Section 1: Setup Your IDE. It is presented as the fast default for keeping Python code clean and consistent.

Role in the source

  • ruff check for linting
  • ruff format for formatting
  • VS Code integration for red/yellow squigglies and format-on-save

Why it matters

Ruff is part of the lesson's broader workflow message: write code, get fast feedback, and normalize automated code quality checks early.