0.15.7
📦 ruffView on GitHub →
✨ 2 features🐛 2 fixes
Summary
This release introduces preview features like displaying output severity and improves handling of non-Python documents by suppressing irrelevant hovers and code actions. It also updates rule E501 to recognize `pyrefly:` as a pragma comment.
✨ New Features
- Display output severity in preview.
- Do not show `noqa` hover for non-Python documents.
🐛 Bug Fixes
- Recognize `pyrefly:` as a pragma comment for rule E501 (pycodestyle).
- Server no longer returns code actions for non-Python documents.