Hasty Briefsbeta

Bilingual

Ruff v0.16.0

2 hours ago
  • Ruff v0.16.0 now enables 413 rules by default, up from 59 in previous versions.
  • The new default rules catch severe issues like syntax errors and runtime errors previously not enabled.
  • Running the update on projects like Datasette, sqlite-utils, and LLM found hundreds of minor issues.
  • The command `uvx ruff@latest check . --fix --unsafe-fixes` fixed most issues automatically.
  • The author used AI coding agents (Codex and Claude Code) to upgrade the projects.