Update pyupgrade config for Python 3.11

This commit is contained in:
Bruno Alla 2023-04-04 22:20:57 +01:00
parent a138abc558
commit 1dde9d2fbc
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py310-plus]
args: [--py311-plus]
exclude: hooks/
- repo: https://github.com/psf/black

View File

@ -13,7 +13,7 @@ repos:
rev: v3.3.1
hooks:
- id: pyupgrade
args: [--py310-plus]
args: [--py311-plus]
- repo: https://github.com/psf/black
rev: 23.3.0