[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.9.0)
This commit is contained in:
pre-commit-ci[bot] 2023-07-10 17:39:53 +00:00 committed by Asif Saif Uddin
parent c73e560def
commit dc50c0b4f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/asottile/pyupgrade
rev: v3.8.0
rev: v3.9.0
hooks:
- id: pyupgrade
args: ["--py37-plus", "--keep-runtime-typing"]