Skip to content

Commit 7903236

Browse files
committed
Increase pyupgrade to Python 3.9
1 parent 613ccaf commit 7903236

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
@@ -23,7 +23,7 @@ repos:
2323
rev: v3.3.1
2424
hooks:
2525
- id: pyupgrade
26-
args: [--py38-plus]
26+
args: [--py39-plus]
2727
- repo: https://github.com/psf/black
2828
rev: 23.1.0
2929
hooks:

0 commit comments

Comments
 (0)