New
v2.3.2
What's Changed
- Update README.md by @arkadybag in https://github.com/PyCQA/autoflake/pull/310
- Drop Python 3.8 by @fsouza in https://github.com/PyCQA/autoflake/pull/312
- pre-commit-config:
--py39-plusby @fsouza in https://github.com/PyCQA/autoflake/pull/313 - github/workflows: add Python 3.13 to the test matrix by @fsouza in https://github.com/PyCQA/autoflake/pull/316
- Fix TypeError in
is_literal_or_nameon unhashable set literals by @Fridayai700 in https://github.com/PyCQA/autoflake/pull/339 - Fix IndexError in
extract_package_nameon malformed import lines by @Fridayai700 in https://github.com/PyCQA/autoflake/pull/338 - pre-commit: update hooks and formatting by @fsouza in https://github.com/PyCQA/autoflake/pull/340
- github/workflows/upload-to-pypi: oidc by @fsouza in https://github.com/PyCQA/autoflake/pull/341
New Contributors
- @arkadybag made their first contribution in https://github.com/PyCQA/autoflake/pull/310
- @Fridayai700 made their first contribution in https://github.com/PyCQA/autoflake/pull/339
Full Changelog: https://github.com/PyCQA/autoflake/compare/v2.3.1...v2.3.2