Skip to content

Commit ce3dac6

Browse files
authored
Add pylint exception for too-many-branches (#208)
2 parents b476f28 + ca2abf2 commit ce3dac6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/client/microgrid/component/_component_proto.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def component_base_from_proto_with_issues(
199199
)
200200

201201

202-
# pylint: disable-next=too-many-locals
202+
# pylint: disable-next=too-many-locals, too-many-branches
203203
def component_from_proto_with_issues(
204204
message: electrical_components_pb2.ElectricalComponent,
205205
*,

0 commit comments

Comments
 (0)