Skip to content

Releases: CERT-Polska/lint-python-action

v2.3.0

07 Feb 12:15
0db9aa6
Compare
Choose a tag to compare

Bump of linter versions:

  • isort from 5.10.1 to 5.13.2
  • black from 22.6.0 to 24.8.0
  • flake8 from 4.0.1 to 7.1.1
  • mypy from 0.971 to 1.14.1

v2.2.1

03 Apr 13:24
f4fc827
Compare
Choose a tag to compare

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

03 Apr 12:42
9d4291a
Compare
Choose a tag to compare

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

01 Sep 13:46
5a69507
Compare
Choose a tag to compare

Bugfixes:

  • Reverted v2.0.0 source action argument meaning (#9)

v2.1.0

08 Aug 16:32
1e53ac5
Compare
Choose a tag to compare

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

02 Aug 11:16
47387b4
Compare
Choose a tag to compare

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

v1.0.0

30 Mar 15:12
Compare
Choose a tag to compare

Initial release