Releases: konstruktoid/action-pylint
Releases · konstruktoid/action-pylint
v0.2.1
What's Changed
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Replace flake8 and its plugins with ruff by @konstruktoid in #38
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Update dependency bandit
- Update dependency flake8-bugbear
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- unpin to solve black and safety conflict by @konstruktoid in #14
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- use ensurepip and pinned versions by @konstruktoid in #9
- update dependency safety to v2.3.5 by @renovate in #10
- let bandit be a more verbose by @konstruktoid in #11
Full Changelog: v0.0.9...v0.1.0
v0.0.9
What's Changed
- replace flake8-bandit with bandit by @konstruktoid in #7
Full Changelog: v0.0.8...v0.0.9
v0.0.8
--upgrade
and--ignore-installed
Python requirements so we don't fail ondistutils
installed projects
Full Changelog: v0.0.7...v0.0.8
v0.0.7
- Pin
bandit
due to tylerwince/flake8-bandit#21
v0.0.6
- Add py3-pip package
v0.0.5
- add dlint for static code analysis
- use
--no-cache
in Dockerfile - specify
konstruktoid/alpine:latest
in Dockerfile