Lots of new refactorings!
Added
chain-compares
refactoringmax-min-default
refactoringremove-dict-items
refactoringremove-redundant-condition
refactoringuse-string-remove-affix
refactoringuse-fstring-for-concatenation
refactoringskip-sorted-list-construction
refactoringmissing-dict-items
suggestionuse-next
refactoringfor-append-to-extend
refactoringmerge-list-appends-into-extend
refactoringraise-from-previous-error
suggestion
Changed
- Enhanced
use-named-expression
refactoring so that it also triggers on appropriate while loops. remove-redundant-slice-index
extended 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