Skip to content

Releases: weibullguy/python-lint-plus

v1.12.0

Choose a tag to compare

@weibullguy weibullguy released this 03 Mar 03:13

What's Changed

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

v1.11.0

Choose a tag to compare

@weibullguy weibullguy released this 28 Dec 23:49

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

Choose a tag to compare

@weibullguy weibullguy released this 28 Dec 17:26
v1.10.0

v1.9.0

Choose a tag to compare

@weibullguy weibullguy released this 15 Jul 20:50

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

v1.8.0

Choose a tag to compare

@weibullguy weibullguy released this 22 Feb 15:51

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

Choose a tag to compare

@weibullguy weibullguy released this 18 Jul 05:37

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

Choose a tag to compare

@weibullguy weibullguy released this 26 Jan 15:47
6223146

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

Add yapf

Choose a tag to compare

@weibullguy weibullguy released this 08 Jan 21:39

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

Choose a tag to compare

@weibullguy weibullguy released this 02 Oct 15:11

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.