Skip to content

Releases: TrueBrain/actions-flake8

v2.4

14 Oct 17:30
36ab8db
Compare
Choose a tag to compare

What's Changed

  • fix: ensure this action also runs with latest Ubuntu 24.04 runner by @TrueBrain in #53

Full Changelog: v2...v2.4

v2.3

17 May 14:14
a3b8724
Compare
Choose a tag to compare

What's Changed

  • feat: "working_directory" parameter to adjust the current working directory by @TrueBrain in #52

Full Changelog: v2...v2.3

v2.2

24 May 13:52
c120815
Compare
Choose a tag to compare

What's Changed

  • Feature: setting to give flake8 extra arguments by @TrueBrain in #41

Full Changelog: v2.1...v2.2

v2.1

27 Jun 18:44
c2deca2
Compare
Choose a tag to compare

Feature

Fix

  • #37 - Fix: force install the right flake8 version if requested (@TrueBrain)

v2.0

02 Jun 09:58
d5df964
Compare
Choose a tag to compare

Breaking changes

Feature

  • #34 - Feature: allow specifying which flake8 version to use (@TrueBrain)
  • #33 - Feature: support different Python versions and allow flake8 plugins (@TrueBrain)

v1.6

20 May 08:03
510e659
Compare
Choose a tag to compare

Breaking changes

  • #30 - Doc: Use "@v1" instead of "@master" as the latter might break from time to time

Dependencies

  • #29 - Upgrade: bump flake8 from 3.9.1 to 3.9.2

v1.5

03 May 14:52
9a43ff1
Compare
Choose a tag to compare

Update flake8 to 3.9.1 (from 3.8.4)
Update pycodestyle to 2.7.0 (from 2.6.0)
Update pyflakes to 2.3.1 (from 2.2.0)

v1.4.1

28 Sep 12:29
7e33a2b
Compare
Choose a tag to compare

Fixed a typo in the run output

v1.4

16 Sep 19:42
Compare
Choose a tag to compare

v1.3 broke successful runs. Quickly spotted by @jessie-codes .

v1.3

16 Sep 15:04
Compare
Choose a tag to compare

Update flake8 to 3.8.3 (from 3.8.1).

Also finally applied the updated to problem-matchers, so we no longer need to sed the flake8 output. Additionally, did some minor cleanup.