[NFC] python_format: Use a valid target version

This commit is contained in:
Anthony Latsis
2022-11-22 19:12:59 +03:00
parent c50d2214cb
commit 34b6eac727

View File

@@ -137,7 +137,7 @@ def main():
"-m",
"black",
"--target-version",
"py27",
"py38",
]
if args.check: