- Add support for isort add-imports and remove-imports features (by @sodul)
- Drop support for Python 3.7, add support for Python 3.12, upgrade ifixit to v2 (by @sodul)
- Add support for Python 3.11 (by @mosquito)
- Add support to exclude files and folders (by @sodul) Potential backward compatibility issue with the default exclusion list. Some files and folders might now be excluded while they would have been processed in older versions.
- remove travis.yml since it is no longer usable.
- Add GitHub Action to validate PRs (by @sodul)
- Update third party requirements (by @sodul)
- Drop support for Python 3.6 (by @sodul)
- update python dependencies
- Add support for python 3.9
- fixit support
- pre-commit support (by @tzoiker)
- isort: keep line breaks before local imports
- Fix isort imports grouping
- Bump isort to 5.4.2
- Use parentheses in multiline imports
- Add autoflake formatter
- Add trim formatter
- Minimum python version option
- Pyupgrade options
- Detecting and skipping virtualenv
- Multiprocessing support (by @mosquito)
- Pre-commit hook
- Some formating options
- First release on PyPI.