Skip to content

Commit

Permalink
chore(deps): update dependency flake8 to v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 7, 2024
1 parent d0e791f commit 9c62387
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 @@ -64,7 +64,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.15.10",
"black==22.12.0",
"flake8==6.0.0",
"flake8==6.1.0",
"isort==5.12.0",
"pre-commit==2.20.0",
"pyc_wheel==1.2.7",
Expand Down

0 comments on commit 9c62387

Please sign in to comment.