Auto-update pre-commit hooks (#4320)

Co-authored-by: browniebroke <browniebroke@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-05-08 15:52:45 +01:00 committed by GitHub
parent cd2e3b7783
commit 43efe9a7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ repos:
args: ["--tab-width", "2"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py311-plus]

View File

@ -31,7 +31,7 @@ repos:
args: ["--target-version", "4.1"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.3.2
rev: v3.4.0
hooks:
- id: pyupgrade
args: [--py311-plus]