Skip to content
Snippets Groups Projects
Commit 81dec23a authored by Krzysztof Leśniak's avatar Krzysztof Leśniak
Browse files

Disable PLR0912

parent b4714d95
No related branches found
No related tags found
1 merge request!181stop_at_block sets --stop-at-block instead of --stop-replay-at-block
......@@ -237,7 +237,7 @@ class Node(BaseNode, ScopedObject):
self.logger.remove(self.__notification_sink_id)
self.__notification_sink_id = None
def run( # noqa: C901
def run( # noqa: C901 PLR0912
self,
*,
load_snapshot_from: str | Path | Snapshot | None = None,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment