Include black in flake buildInputs #225

Merged
loewy merged 2 commits from loewy/include-just-black-in-flake-build-inputs into master 2026-01-30 22:32:07 +00:00
Showing only changes of commit adbe1c0f2b - Show all commits

View File

@@ -102,7 +102,6 @@ class CollisionInfo(_message.Message):
key: _Optional[int] = ...,
value: _Optional[_Union[Point, _Mapping]] = ...,
) -> None: ...
SOURCE_FIELD_NUMBER: _ClassVar[int]
BALL_IDENTIFIERS_FIELD_NUMBER: _ClassVar[int]
WALL_IDENTIFIER_FIELD_NUMBER: _ClassVar[int]