Releases: julianwachholz/flake8-action
Releases · julianwachholz/flake8-action
v2.0.2
- Added new
plugins
option to install flake8 plugins:with: plugins: pep8-naming flake8-spellcheck
- Limited reported linter annotations to first 50 to not exceed GitHub API limits.
v2.0.0
- Added new
config
option to specify .ini file to use by flake8. - Main branch renamed to
main
v1.1.0
- Added
path
parameter to lint files and folders selectively
v1.0.0
Change action name and version