Skip to content

Commit

Permalink
Add pyupgrade hook to pre-commit configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmayer committed Apr 10, 2023
1 parent d85f4c8 commit 264dfee
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
Expand Up @@ -13,6 +13,12 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace

- repo: https://github.com/asottile/pyupgrade
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py38-plus]

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

0 comments on commit 264dfee

Please sign in to comment.