New
v2.3.0
What's Changed
- readme: add note about customizing args in pre-commit by @fsouza in https://github.com/PyCQA/autoflake/pull/278
- Add Python 3.12 to CI by @fsouza in https://github.com/PyCQA/autoflake/pull/280
- Update pre-commit config by @fsouza in https://github.com/PyCQA/autoflake/pull/286
- Add support for passing the .toml config in the arguments by @bp72 in https://github.com/PyCQA/autoflake/pull/285
- Add support of ignore comment on the top of the file by @bp72 in https://github.com/PyCQA/autoflake/pull/291
- Bump v2.3.0 by @fsouza in https://github.com/PyCQA/autoflake/pull/292
New Contributors
- @bp72 made their first contribution in https://github.com/PyCQA/autoflake/pull/285
Full Changelog: https://github.com/PyCQA/autoflake/compare/v2.2.1...v2.3.0