Skip to content

Commit

Permalink
chore(pre-commit): add pyupgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner committed Nov 6, 2022
1 parent 210a5c0 commit d899031
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: "v3.2.0"
hooks:
- id: pyupgrade
args: ["--py37-plus"]

- repo: https://github.com/psf/black
rev: "22.8.0"
hooks:
Expand Down

0 comments on commit d899031

Please sign in to comment.