Skip to content

Commit

Permalink
Add pyupgrade pre-commit hook (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed May 9, 2022
1 parent df1c072 commit 012b2a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,7 @@ repos:
hooks:
- id: shellcheck
files: ^script/.+
- repo: https://github.com/asottile/pyupgrade
rev: v2.32.1
hooks:
- id: pyupgrade

0 comments on commit 012b2a6

Please sign in to comment.