Skip to content

Commit

Permalink
chore(deps): update dependency flake8 to v6.1.0 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent 39edce3 commit 25130fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
fi
- name: Push changes
uses: ad-m/github-push-action@v0.8.0
uses: ad-m/github-push-action@v0.6.0
if: always() && steps.commit.outputs.CHANGES == 'true'
with:
branch: ${{ github.head_ref }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dev = [
"build",
"pylint==2.17.7",
"black==22.12.0",
"flake8==6.0.0",
"flake8==6.1.0",
"isort==5.12.0",
"pre-commit==2.21.0",
"pyc_wheel==1.2.7",
Expand Down

0 comments on commit 25130fc

Please sign in to comment.