0.14.13
📦 ruffView on GitHub →
✨ 2 features🐛 2 fixes🔧 4 symbols
Summary
Release 0.14.13 mirrors 0.14.12, containing preview feature enhancements for linting rules and bug fixes related to configuration display and formatting skips. A change was also introduced requiring explicit logging initialization for WASM builds.
Migration Steps
- If using WASM builds, ensure explicit logging initialization is performed due to changes in WASM requirements.
✨ New Features
- Allow more logging methods in `flake8-blind-except` (`BLE001`).
- Respect `lint.pydocstyle.property-decorators` setting when checking for `RUF066`.
🐛 Bug Fixes
- Fixed configuration path display in `--show-settings` output.
- Respect `fmt: skip` directive when formatting multiple statements on the same logical line.