chore: update pre-commit hook asottile/pyupgrade to v3.6.0

This commit is contained in:
Renovate Bot 2023-06-11 14:02:14 +00:00
parent 0eaede92e5
commit 49dfe29481
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ repos:
args: [--directory=api, --check]
- repo: https://github.com/asottile/pyupgrade
rev: v3.4.0
rev: v3.6.0
hooks:
- id: pyupgrade
args: [--py38-plus]