Releases: weibullguy/python-lint-plus
Release list
v1.12.2
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
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
What's Changed
- feat: allow user to define tool versions by @weibullguy in #4
- feat: silence pip install output by @weibullguy in #5
- chore: update documentation by @weibullguy in #6
- feat: add pr annotations by @weibullguy in #7
Full Changelog: v1.11.0...v1.12.0
v1.11.0
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
v1.9.0
Updated python-lint-plus to include support for autopep8.
v1.8.0
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
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
Added support for mccabe, radon, rstcheck, check-manifest, and pyroma.
Add yapf
This release adds support for yapf. Both autoformatters are "OFF" by default and the user must select which to use in their configuration.