What's Changed
- Implement
SIM220
andSIM221
by @charliermarsh in #1630 - Implement flake8-simplify SIM105 rule by @messense in #1621
- Fix
SIM105
by @harupy in #1633 - Adding my company to the "used in" category of the Readme. by @colin99d in #1631
- Implement flake8-bandit rule
S103
by @edgarrmondragon in #1636 - Rename flake8-bandit rules from plugins to checks by @charliermarsh in #1637
- Tweak Yoda condition message by @charliermarsh in #1638
- Note a few more incompatibilities by @charliermarsh in #1639
- Add task-tags & ignore-overlong-task-comments settings by @not-my-profile in #1550
- Add badge JSON by @charliermarsh in #1641
- Add Ruff badge to README by @charliermarsh in #1642
- DRY up unused import removal code by @charliermarsh in #1643
- Implement builtin import removal by @charliermarsh in #1645
- Move external licenses to separate directory by @charliermarsh in #1648
- Implement nested-if detection by @charliermarsh in #1649
- Implement flake8-bandit rule
S108
by @edgarrmondragon in #1644 - Implement nested with detection (SIM117) by @charliermarsh in #1651
- Cancel outdated in-progress workflow automatically by @messense in #1652
- Implement flake8-simplify SIM107 by @messense in #1650
- Implement
SIM110
andSIM111
(conversion toany
andall
) by @charliermarsh in #1653
Full Changelog: v0.0.210...v0.0.211