0.16.5
📦 ruffView on GitHub →
✨ 3 features🐛 4 fixes🔧 1 symbols
Summary
This release introduces preview features like rules without codes and category selectors, alongside several bug fixes for linters like flake8-async and flake8-datetimez. It also includes documentation updates and improved installation methods.
✨ New Features
- Allow rules without codes.
- Introduce category selectors.
- Update preview default rules and categories.
🐛 Bug Fixes
- Detect blocking generic HTTP requests (`ASYNC210`) from `flake8-async`.
- Allow timezone-safe `strptime` chains (`DTZ007`) from `flake8-datetimez`.
- Respect side effects in `lambda` defaults (`SIM401`) from `flake8-simplify`.
- Fix duplicated "of" in `ClientOptions` doc comment.