Releases: PyCQA/autoflake
Releases · PyCQA/autoflake
v1.5.3
v1.5.2
What's Changed
- added option to remove RHS also when removing unused variables by @das-intensity in #92
- Use the new sysconfig module instead of distutils by @fsouza in #130
- Bump to 1.5.2 by @fsouza in #131
New Contributors
- @das-intensity made their first contribution in #92
Full Changelog: v1.5.1...v1.5.2
v1.5.1
v1.5.0
What's Changed
- test against more versions of python by @akeeman in #80
- Migrate to GitHub Actions by @fsouza in #114
- Use pre-commit for linting by @fsouza in #116
- Added pre-commit usage section. by @jackton1 in #88
- Move readme to markdown by @fsouza in #117
- Bump actions/cache from 3.0.7 to 3.0.8 by @dependabot in #118
- Write newline before exit by @cdce8p in #86
- add supported python versions by @cocoa-maemae in #64
- Added --quiet option to suppress no issues by @edvardm in #89
- setup: update classifiers by @fsouza in #119
- Add support for reading the file contents from stdin by @fsouza in #120
- Add --in-place and others to default args in pre-commit hook by @fsouza in #121
- Drop old code by @fsouza in #122
- Remove lib2to3 usage by @cdce8p in #123
- Add support for parallel execution (autopep8's
--jobs
opt) by @giampaolo in #107 - Add more hooks to pre-commit config by @fsouza in #124
- Add Windows to CI by @fsouza in #115
- load config from pyproject.toml or setup.cfg by @akeeman in #79
- Update docs, package metadata and bump version to 1.5.0 by @fsouza in #125
New Contributors
- @akeeman made their first contribution in #80
- @jackton1 made their first contribution in #88
- @cdce8p made their first contribution in #86
- @cocoa-maemae made their first contribution in #64
- @edvardm made their first contribution in #89
- @giampaolo made their first contribution in #107
Full Changelog: v1.4...v1.5.0
v1.4
What's Changed
- Show filenames with errors in --check mode by @arxell in #57
- Add pre-commit hooks config file by @trim21 in #62
- Fixing some readability issues. by @hadialqattan in #75
- Fix multiline import statements (proposal for issue #8) by @abravalheri in #63
- Add verbosity option add more logs by @tmshn in #69
New Contributors
- @arxell made their first contribution in #57
- @trim21 made their first contribution in #62
- @hadialqattan made their first contribution in #75
- @abravalheri made their first contribution in #63
- @tmshn made their first contribution in #69
Full Changelog: v1.3.1...v1.4
v1.3.1
v1.3
What's Changed
- Add note about # noqa comments to disable autoflake in specific lines by @tiangolo in #43
- autoflake.py: Add --ignore-init-module-imports by @CLiu13 in #42
- reflected exclude option when use glob by @sh4869 in #44
- Add check argument by @jamescurtin in #45
New Contributors
- @tiangolo made their first contribution in #43
- @CLiu13 made their first contribution in #42
- @sh4869 made their first contribution in #44
- @jamescurtin made their first contribution in #45
Full Changelog: v1.2...v1.3
v1.2
What's Changed
- standard_paths in plat_specific True and False by @toddrme2178 in #33
New Contributors
- @toddrme2178 made their first contribution in #33
Full Changelog: v1.1...v1.2