Change8

0.15.4

📦 ruffView on GitHub →
🐛 2 fixes🔧 2 symbols

Summary

This patch release (0.15.4) resolves a critical panic that occurred when enabling the new rule PLR1712 alongside definition-analyzing rules. It also includes a fix for a pyflakes false positive in stub files.

🐛 Bug Fixes

  • Fix panic when rule PLR1712 was enabled alongside any rule that analyzes definitions (like ANN or D rules).
  • Suppress false positive in pyflakes rule F821 for names used before del in stub files.

Affected Symbols