Skip to content

Releases: PyCQA/autoflake

v1.5.3

29 May 04:56
v1.5.3
4093e23
Compare
Choose a tag to compare

What's Changed

  • Remove Makefile and reference to travis.yml by @fsouza in #132
  • autoflake: propagate the exit status instead of calling sys.exit by @fsouza in #133
  • Make sure messages use os.linesep by @fsouza in #134
  • Bump to 1.5.3 by @fsouza in #135

Full Changelog: v1.5.2...v1.5.3

v1.5.2

29 May 04:56
v1.5.2
691ae7a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.5.2

v1.5.1

29 May 04:56
v1.5.1
01769b0
Compare
Choose a tag to compare

What's Changed

  • github/workflows: automatic upload to PyPI on tag by @fsouza in #126
  • Add entry_points autoflake = autoflake:main to setup.cfg by @janosh in #128

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 May 04:55
v1.5.0
2358c71
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4...v1.5.0

v1.4

29 May 05:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4

v1.3.1

29 May 05:05
Compare
Choose a tag to compare

What's Changed

  • Add ignore-init-module-imports to README by @pmgrafe in #51
  • Fix newline after printing "No issues detected" during check mode by @sargun in #53

New Contributors

Full Changelog: v1.3...v1.3.1

v1.3

29 May 05:05
Compare
Choose a tag to compare

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

Full Changelog: v1.2...v1.3

v1.2

29 May 05:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1...v1.2

v1.1

29 May 05:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.1

v1.0

29 May 05:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7...v1.0