From e1cc8b3ee121fd61d9e36bc0a0a6392b65772f2e Mon Sep 17 00:00:00 2001 From: Loewy Date: Fri, 30 Jan 2026 14:26:55 -0800 Subject: [PATCH 1/2] include black in buildInput commands --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 165ccbb..40b92a3 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ in with pkgs; { devShell = mkShell { - buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf]; + buildInputs = [nodejs yarn watchman alejandra nodePackages.prettier just protobuf black]; }; }); } -- 2.49.1 From adbe1c0f2bd1ccba94c16fe42310ccdcf689f8b6 Mon Sep 17 00:00:00 2001 From: Loewy Date: Fri, 30 Jan 2026 14:31:23 -0800 Subject: [PATCH 2/2] run black on shot_pb2.pyi --- rbproto/python/shot_pb2.pyi | 1 - 1 file changed, 1 deletion(-) diff --git a/rbproto/python/shot_pb2.pyi b/rbproto/python/shot_pb2.pyi index b5ec083..f149ece 100644 --- a/rbproto/python/shot_pb2.pyi +++ b/rbproto/python/shot_pb2.pyi @@ -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] -- 2.49.1