Skip to content

Releases: creyD/autopep8_action

v4.1 Fixed a bug with the action path

24 May 09:25
Compare
Choose a tag to compare
  • Fixed a bug with the action path

Full Changelog: v4.0...v4.1

v4.0 Removed i and r default options from autopep

24 May 09:11
Compare
Choose a tag to compare
  • Removed i and r default options from autopep

Full Changelog: v3.1...v4.0

v3.1 Switched to python base image

24 May 09:10
Compare
Choose a tag to compare
  • Changed action to be based on python docker
  • Added default github token

Full Changelog: v3.0...v3.1

Python 3 Support

27 Sep 22:11
fc2267b
Compare
Choose a tag to compare

This update supports and switches finally to Python 3

Added no_commit option

04 Jan 15:07
Compare
Choose a tag to compare

Added optional no_commit option

Version 2.0

06 May 11:47
18f406b
Compare
Choose a tag to compare
  • Migrated from the python image to docker
  • Removed dependencies parameter
  • Removed branch parameter
  • Added dry run parameter
  • Stability improvements

Version 1.2

16 Nov 09:22
Compare
Choose a tag to compare
  • 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

14 Nov 23:07
Compare
Choose a tag to compare