Skip to content

Commit

Permalink
enable pyupgrade (#692)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Seal <mseal007@gmail.com>
  • Loading branch information
Borda and MSeal authored Oct 7, 2022
1 parent 5868765 commit 54f7d7a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ repos:
- id: check-docstring-first
- id: detect-private-key

#- repo: https://github.com/asottile/pyupgrade
# rev: v2.37.3
# hooks:
# - id: pyupgrade
# args: [--py37-plus]
# name: Upgrade code
- repo: https://github.com/asottile/pyupgrade
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py37-plus]
name: Upgrade code

#- repo: https://github.com/myint/docformatter
# rev: v1.5.0
Expand Down

0 comments on commit 54f7d7a

Please sign in to comment.