Definition
The set of linter diagnostics enabled out of the box without project-specific select configuration — a breaking surface for CI when tool vendors expand defaults.
Key Points
- ruff last major default change was v0.1.0 (59 rules); v0.16 jumps to 413 as rule catalog grew 708→968
- Teams should pin versions or explicitly select rule sets for stable CI