Skip to content

Releases: weibullguy/python-lint-plus

v1.12.0

03 Mar 03:13
c1913eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.11.0...v1.12.0

v1.11.0

28 Dec 23:49
cf22ff9
Compare
Choose a tag to compare

This release adds the ability to set the version of each tool used in your action file. python-lint-plus no longer relies on a pre-built Docker image with tools already installed.

v1.10.0

28 Dec 17:26
ffd3933
Compare
Choose a tag to compare

v1.9.0

15 Jul 20:50
v1.9.0
c68f5e0
Compare
Choose a tag to compare

Updated python-lint-plus to include support for autopep8.

v1.8.0

22 Feb 15:51
3f0cfcd
Compare
Choose a tag to compare

The docker image python-lint-image was updated to use the latest version of each of the tools supported by python-lint-plus. This was driven by the latest version of black that now hugs the expontiation operator (**) in most cases instead of always surrounding it with white space.

v1.7.0

18 Jul 05:37
c11f4c4
Compare
Choose a tag to compare

The docker image python-lint-image was updated to use the latest version of each of the tools supported by python-lint-plus.

v1.6.0

26 Jan 15:47
6223146
Compare
Choose a tag to compare

Added support for mccabe, radon, rstcheck, check-manifest, and pyroma.

Add yapf

08 Jan 21:39
d96722e
Compare
Choose a tag to compare

This release adds support for yapf. Both autoformatters are "OFF" by default and the user must select which to use in their configuration.

Add docformatter and pydocstyle

02 Oct 15:11
d5f8473
Compare
Choose a tag to compare

This is the first release of this fork. It adds support for docformatter and pydocstyle. It also re-arranges the run of each tool so the autoformatters come first, followed by the style checkers, type checkers, and linters. This ordering is recommended for folks choosing to allow the tools to perform in-place fixes.