actions-flake8 icon indicating copy to clipboard operation
actions-flake8 copied to clipboard

Flake8 with GitHub Actions -- including annotations for Pull Requests

Results 5 actions-flake8 issues
Sort by recently updated
recently updated
newest added

It is possible to run the action on only those files that have changes in the PR via: ```yaml - uses: actions/checkout@v2 with: fetch-depth: -1 - name: Setup Python uses:...

When using ``` - name: flake8 Lint uses: TrueBrain/actions-flake8@v2 with: plugins: flake8-simplify error_classes: 'E,F' warning_classes:'SIM' ``` I would expect SIM errors to become a warning, but it becomes a failing...

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies
github_actions

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. Release notes Sourced from actions/setup-python's releases. v6.0.0 What's Changed Breaking Changes Upgrade to node 24 by @​salmanmkc in actions/setup-python#1164 Make sure your runner is...

dependencies
github_actions