Skip to content

Commit

Permalink
MAINT: update pyupgrade pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Mar 25, 2022
1 parent 9a01868 commit f998d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ exclude: 'doc/conf.py'

repos:
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
args: [--py36-plus]
Expand Down

0 comments on commit f998d6c

Please sign in to comment.