mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-09 13:02:22 +08:00
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:
@@ -1,6 +1,6 @@
|
||||
[tool.black]
|
||||
line_length = 130
|
||||
target_version = ["py37"]
|
||||
target_version = ["py310"]
|
||||
force-exclude = ".*_pb2.pyi"
|
||||
skip_magic_trailing_comma = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user