Skip to content

Commit 34b6eac

Browse files
committed
[NFC] python_format: Use a valid target version
1 parent c50d221 commit 34b6eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/python_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def main():
137137
"-m",
138138
"black",
139139
"--target-version",
140-
"py27",
140+
"py38",
141141
]
142142

143143
if args.check:

0 commit comments

Comments
 (0)