Releases: creyD/autopep8_action
Releases · creyD/autopep8_action
v4.1 Fixed a bug with the action path
- Fixed a bug with the action path
Full Changelog: v4.0...v4.1
v4.0 Removed i and r default options from autopep
- Removed i and r default options from autopep
Full Changelog: v3.1...v4.0
v3.1 Switched to python base image
- Changed action to be based on python docker
- Added default github token
Full Changelog: v3.0...v3.1
Python 3 Support
This update supports and switches finally to Python 3
Added no_commit option
Added optional no_commit option
Version 2.0
- Migrated from the python image to docker
- Removed dependencies parameter
- Removed branch parameter
- Added dry run parameter
- Stability improvements
Version 1.2
- Added checkpath option (you can select a path to be checked by autopep8)
- Added the parameters option for the autopep8 command
- Minor performance improvements (added some exit points, in case a command fails)
Version 1.1
Small bugfixes.