Releases: CERT-Polska/lint-python-action
Releases · CERT-Polska/lint-python-action
v2.2.1
Bugfixes:
- working-directory was not included while looking for project requirements from
requirements.txt
(#12)
Full Changelog: v2.2.0...v2.2.1
v2.2.0
New features:
- Allow to specify working directory in
with
action parameters (by @psrok1 in #11)
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Bugfixes:
- Reverted v2.0.0
source
action argument meaning (#9)
v2.1.0
Improvements:
- Bumped action versions to not trigger deprecation messages
Bugfixes:
Fixed source
action argument handling (was no-op in v2.0.0) - well it wasn't true, reverted in v2.1.1
v2.0.0
New features and improvements:
- Introduced
lint-python
CLI tool and pyproject.toml configuration, so common linting is not limited only to Github Actions
- Bumped linter versions