Skip to content

Commit

Permalink
Add pyupgrade to the pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Feb 28, 2021
1 parent d866e65 commit 8e93ff4
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: v2.10.0
hooks:
- id: pyupgrade
exclude: tests/testdata
args: [ --py36-plus ]
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
Expand Down

0 comments on commit 8e93ff4

Please sign in to comment.