We follow Semantic Versions since the 0.1.0
release.
- Drops
python3.7
support, because it has almost reached its EOL - Adds
flake8@6
support and drops support offlake8<5
- Updates many dependencies
- Drops
python3.6
support - Switches from
pkg_resources
toimportlib_metadata
- Uses
[email protected]
- Adds
[email protected]
support
- Adds
setuptools
in the dependencies
- Adds
[email protected]
support - Adds
python3.10
support
- Improves performance on long files #210
- Adds
python3.9
support - Now using new
eradicate
API - Adds
--eradicate-whitelist
and--eradicate-whitelist-append
options
- Moves to Github Actions
- Adds
python3.5
support
- Adds
python3.8
support
- Fixes that some lines inside the docstrings were marked as commented out code
- Fixed
argparse
bug, see #76
- Now
eradicate-aggressive
is parsed from config
- Updates to
flake8 >= 3.7
- Updates
attrs < 20
- Fixes plugin to work with
stdin
- Changes how we use
flake8
, moves frompytest-flake8
to native CLI
- Adds
aggressive
configuration option - Upgrades
eradicate
to1.0
- Improves readme
- Improves tests
- Relies on
attrs
explicitly, see #2
- Improves readme
- Improves tests
- Initial release