Skip to content

Commit

Permalink
MAINT: update pyupgrade/yesqa pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeotten committed Aug 6, 2022
1 parent 75ab4f6 commit e54a44c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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.34.0
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down Expand Up @@ -61,6 +61,6 @@ repos:
args: [-L nnumber]

- repo: https://github.com/asottile/yesqa
rev: v1.3.0
rev: v1.4.0
hooks:
- id: yesqa

0 comments on commit e54a44c

Please sign in to comment.