Skip to content

Commit e2a8736

Browse files
Kin Long Kelvin LeePennycook
authored andcommitted
ci: adding higher versions of pyupgrade to match the 3.12 requirement
Signed-off-by: Kin Long Kelvin Lee <kin.long.kelvin.lee@intel.com>
1 parent 9a474a5 commit e2a8736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
rev: v3.10.1
3030
hooks:
3131
- id: pyupgrade
32-
args: [--py39-plus]
32+
args: [--py39-plus, --py310-plus, --py311-plus]
3333

3434
- repo: https://github.com/psf/black
3535
rev: 23.7.0

0 commit comments

Comments
 (0)