What's Changed
* test against more versions of python by akeeman in https://github.com/PyCQA/autoflake/pull/80
* Migrate to GitHub Actions by fsouza in https://github.com/PyCQA/autoflake/pull/114
* Use pre-commit for linting by fsouza in https://github.com/PyCQA/autoflake/pull/116
* Added pre-commit usage section. by jackton1 in https://github.com/PyCQA/autoflake/pull/88
* Move readme to markdown by fsouza in https://github.com/PyCQA/autoflake/pull/117
* Bump actions/cache from 3.0.7 to 3.0.8 by dependabot in https://github.com/PyCQA/autoflake/pull/118
* Write newline before exit by cdce8p in https://github.com/PyCQA/autoflake/pull/86
* add supported python versions by cocoa-maemae in https://github.com/PyCQA/autoflake/pull/64
* Added --quiet option to suppress no issues by edvardm in https://github.com/PyCQA/autoflake/pull/89
* setup: update classifiers by fsouza in https://github.com/PyCQA/autoflake/pull/119
* Add support for reading the file contents from stdin by fsouza in https://github.com/PyCQA/autoflake/pull/120
* Add --in-place and others to default args in pre-commit hook by fsouza in https://github.com/PyCQA/autoflake/pull/121
* Drop old code by fsouza in https://github.com/PyCQA/autoflake/pull/122
* Remove lib2to3 usage by cdce8p in https://github.com/PyCQA/autoflake/pull/123
* Add support for parallel execution (autopep8's `--jobs` opt) by giampaolo in https://github.com/PyCQA/autoflake/pull/107
* Add more hooks to pre-commit config by fsouza in https://github.com/PyCQA/autoflake/pull/124
* Add Windows to CI by fsouza in https://github.com/PyCQA/autoflake/pull/115
* load config from pyproject.toml or setup.cfg by akeeman in https://github.com/PyCQA/autoflake/pull/79
* Update docs, package metadata and bump version to 1.5.0 by fsouza in https://github.com/PyCQA/autoflake/pull/125
New Contributors
* akeeman made their first contribution in https://github.com/PyCQA/autoflake/pull/80
* jackton1 made their first contribution in https://github.com/PyCQA/autoflake/pull/88
* cdce8p made their first contribution in https://github.com/PyCQA/autoflake/pull/86
* cocoa-maemae made their first contribution in https://github.com/PyCQA/autoflake/pull/64
* edvardm made their first contribution in https://github.com/PyCQA/autoflake/pull/89
* giampaolo made their first contribution in https://github.com/PyCQA/autoflake/pull/107
**Full Changelog**: https://github.com/PyCQA/autoflake/compare/v1.4...v1.5.0