Update black target version to py310 (#7538)

This makes no difference to existing files, but allows scripts to use
the match statement.
This commit is contained in:
Sebastian Rittau
2022-03-23 15:57:17 +01:00
committed by GitHub
parent 251dd52b57
commit 00f1807836

View File

@@ -1,6 +1,6 @@
[tool.black]
line_length = 130
target_version = ["py37"]
target_version = ["py310"]
force-exclude = ".*_pb2.pyi"
skip_magic_trailing_comma = true