Skip to content

Commit

Permalink
chore: Update to pyupgrade v2.12.0 in pre-commit (#1404)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate
   - Update pyupgrade to v2.12.0
  • Loading branch information
pre-commit-ci[bot] authored Apr 12, 2021
1 parent 3fc80a8 commit 0b934a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ repos:
- id: flake8

- repo: https://github.com/asottile/pyupgrade
rev: v2.11.0
rev: v2.12.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]
Expand Down

0 comments on commit 0b934a1

Please sign in to comment.