Skip to content

Commit

Permalink
chore: Update to pyupgrade 2.9.0 in pre-commit (#47)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate
   - Update pyupgrade to v2.9.0
  • Loading branch information
pre-commit-ci[bot] authored Feb 1, 2021
1 parent 14d234f commit 4e9a832
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
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.7.4
rev: v2.9.0
hooks:
- id: pyupgrade
args: ["--py37-plus"]

0 comments on commit 4e9a832

Please sign in to comment.