Lots of new refactorings!
Added
chain-comparesrefactoringmax-min-defaultrefactoringremove-dict-itemsrefactoringremove-redundant-conditionrefactoringuse-string-remove-affixrefactoringuse-fstring-for-concatenationrefactoringskip-sorted-list-constructionrefactoringmissing-dict-itemssuggestionuse-nextrefactoringfor-append-to-extendrefactoringmerge-list-appends-into-extendrefactoringraise-from-previous-errorsuggestion
Changed
- Enhanced
use-named-expressionrefactoring so that it also triggers on appropriate while loops. remove-redundant-slice-indexextended to cover steps and removal of end index
Fixed
- Addressed issue where VS Code plugin was showing empty hovers
- Disallow conversion of async list comprehensions to generators in
comprehension-to-generator - Fixed broken links for suggestion recommendation docs
- Disallow merging strings on different lines in
use-fstring-for-concatenation