Flake8 Eradicate Versions Save

Flake8 plugin to find commented out or dead code

1.4.0

1 year ago

Features

  • Drops python3.6 support
  • Switches from pkg_resources to importlib_metadata

Misc

1.3.0

1 year ago

Features

1.2.1

2 years ago

Bugfixes

  • Adds setuptools in the dependencies

1.2.0

2 years ago

1.1.0

2 years ago

Features

  • Improves performance on long files #210

1.0.0

3 years ago

Features

  • Adds python3.9 support
  • Now using new eradicate API
  • Adds --eradicate-whitelist and --eradicate-whitelist-append options

Misc

  • Moves to Github Actions

0.4.0

3 years ago

Features

  • Adds python3.5 support

0.3.0

4 years ago

Features

  • Adds python3.8 support

0.2.4

4 years ago

Bugfixes

  • Fixes that some lines inside the docstrings were marked as commented out code

0.2.3

4 years ago

Bugfixes

  • Fixed argparse bug, see #76