update dependencies

This commit is contained in:
David Lord 2023-06-27 07:11:22 -07:00
parent ec2b2394dc
commit aca7d5637d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
7 changed files with 17 additions and 19 deletions

View file

@ -3,12 +3,12 @@ ci:
autoupdate_schedule: monthly
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.7.0
hooks:
- id: pyupgrade
args: ["--py38-plus"]
- repo: https://github.com/asottile/reorder-python-imports
rev: v3.9.0
rev: v3.10.0
hooks:
- id: reorder-python-imports
name: Reorder Python imports (src, tests)