Releases: MartinThoma/flake8-simplify
Releases · MartinThoma/flake8-simplify
0.19.3
What's Changed
- SIM104: Remove false-positives in case the loop is not a direct child of an async function by @wyuenho in #147
- DOC: Typo - Comparations ➔ Comparisons by @cclauss in #149
New Contributors
Full Changelog: 0.19.2...0.19.3
0.18.0
New rules since 0.17.0
- SIM906: Merge nested os.path.join calls
Maintenance
- Restructure repository to simplify future development. It's time for more
than one file.