Skip to content

Commit

Permalink
chore(deps-dev): bump pyupgrade from 2.7.3 to 2.7.4 (#7433)
Browse files Browse the repository at this point in the history
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.7.3 to 2.7.4.
- [Release notes](https://github.com/asottile/pyupgrade/releases)
- [Commits](asottile/pyupgrade@v2.7.3...v2.7.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
iamareebjamal and dependabot-preview[bot] authored Nov 11, 2020
2 parents da41414 + 3e4533c commit 013f1a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exclude: '.venv|migrations'
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.3
rev: v2.7.4
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ black==20.8b1
pre-commit==2.8.2
pytype==2020.11.3
pycln==0.0.1b0
pyupgrade==2.7.3
pyupgrade==2.7.4

0 comments on commit 013f1a3

Please sign in to comment.