diff --git a/pyproject.toml b/pyproject.toml index adcd26252c25..79f20224d612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.black] -line_length = 130 -target_version = ["py310"] -skip_magic_trailing_comma = true +line-length = 130 +target-version = ["py310"] +skip-magic-trailing-comma = true # Exclude protobuf files because they have long line lengths # Ideally, we could configure Black to allow longer line lengths # for just these files, but doesn't seem possible yet.