Skip to content

Releases: weibullguy/python-lint-plus

v1.12.2

Choose a tag to compare

@weibullguy weibullguy released this 18 Jul 17:41
5426f8b

What's Changed

  • [Snyk] Security upgrade python from 3.14.6-slim to 3.15-rc-alpine by @weibullguy in #37

Full Changelog: v1.12.1...v1.12.2

v1.12.1

Choose a tag to compare

@weibullguy weibullguy released this 18 Jul 17:37
e7bbd0e

What's Changed

  • test: add tests for formatters by @weibullguy in #9
  • test: add tests for style checkers by @weibullguy in #10
  • [Snyk] Security upgrade python from 3.12.0b3-slim to 3.12-slim by @weibullguy in #11
  • [Snyk] Security upgrade python from 3.12-slim to 3.13.0b4-slim by @weibullguy in #20
  • [Snyk] Security upgrade python from 3.13.0b4-slim to 3.13.0rc2-slim by @weibullguy in #21
  • [Snyk] Security upgrade python from 3.13.0rc2-slim to 3.13.5-slim by @weibullguy in #31
  • [Snyk] Security upgrade python from 3.13.5-slim to 3.14.3-slim by @weibullguy in #35
  • [Snyk] Security upgrade python from 3.14.3-slim to 3.14.6-slim by @weibullguy in #36

Full Changelog: v1.12.0...v1.12.1

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.