add: precommits ignore proto file
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
// fmt: off
|
||||||
|
// flake8: noqa
|
||||||
// !/usr/bin/env python
|
// !/usr/bin/env python
|
||||||
|
|
||||||
// Copyright 2024 The HuggingFace Inc. team.
|
// Copyright 2024 The HuggingFace Inc. team.
|
||||||
@@ -37,7 +39,7 @@ enum TransferState {
|
|||||||
|
|
||||||
// Messages
|
// Messages
|
||||||
message Observation {
|
message Observation {
|
||||||
// sent by Robot, to remote Policy
|
// sent by Robot, to remote Policy
|
||||||
TransferState transfer_state = 1;
|
TransferState transfer_state = 1;
|
||||||
bytes data = 2;
|
bytes data = 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user