Skip to content

Commit bf18fef

Browse files
committed
Set pyupgrade hook to Python 3.7 plus
1 parent ce8f4fd commit bf18fef

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
@@ -32,7 +32,7 @@ repos:
3232
rev: v2.37.3
3333
hooks:
3434
- id: pyupgrade
35-
args: [--py38-plus]
35+
args: [--py37-plus]
3636
- repo: https://github.com/pre-commit/mirrors-prettier
3737
rev: v2.7.1
3838
hooks:

0 commit comments

Comments
 (0)