Run Black on *_pb2 files (#13930)

This commit is contained in:
Avasam
2025-05-05 09:22:59 -04:00
committed by GitHub
parent 2b2ea7185b
commit 5c7fe07278
111 changed files with 9648 additions and 2557 deletions
-5
View File
@@ -9,11 +9,6 @@ requires-python = ">=3.9" # Minimum version to run tests, used by uv run
line-length = 130
target-version = ["py310"]
skip-magic-trailing-comma = true
# Exclude protobuf files because they have long line lengths
# that can't be autofixed. Like docstrings and import aliases.
# Ideally, we could configure Black to allow longer line lengths
# for just these files, but doesn't seem possible yet.
force-exclude = ".*_pb2.pyi"
[tool.ruff]
line-length = 130