Skip to content

Commit

Permalink
chore(deps): bump py-actions/flake8 from 1.1.0 to 2
Browse files Browse the repository at this point in the history
Bumps [py-actions/flake8](https://github.com/py-actions/flake8) from 1.1.0 to 2.
- [Release notes](https://github.com/py-actions/flake8/releases)
- [Changelog](https://github.com/py-actions/flake8/blob/master/CHANGELOG.md)
- [Commits](py-actions/flake8@v1.1.0...v2)

---
updated-dependencies:
- dependency-name: py-actions/flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jbampton committed Jan 7, 2022
1 parent fe9c6ad commit ad8195e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: 🧹 flake8 Lint
uses: py-actions/flake8@v1.1.0
uses: py-actions/flake8@v2
with:
ignore: "F821"
max-line-length: "100"
Expand Down

0 comments on commit ad8195e

Please sign in to comment.