Releases: TrueBrain/actions-flake8
Releases · TrueBrain/actions-flake8
v2.4
v2.3
v2.2
What's Changed
- Feature: setting to give flake8 extra arguments by @TrueBrain in #41
Full Changelog: v2.1...v2.2
v2.1
Feature
- #36 - Feature: add support for flake8-bugbear (@lt-mayonesa)
Fix
- #37 - Fix: force install the right flake8 version if requested (@TrueBrain)
v2.0
Breaking changes
- If you are running on
ubuntu-18.04
, without change, this will use Python 3.6 instead of Python 3.8. See https://github.com/TrueBrain/actions-flake8#different-python-version how to fix that. - If you are running on
ubuntu-latest
, it is safe to update to@v2
, and requires no changes on your side.
Feature
- #34 - Feature: allow specifying which flake8 version to use (@TrueBrain)
- #33 - Feature: support different Python versions and allow flake8 plugins (@TrueBrain)
v1.6
v1.5
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
Fixed a typo in the run output
v1.4
v1.3 broke successful runs. Quickly spotted by @jessie-codes .
v1.3
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.