From 698e73381f059fb21a413be5fe56feb121e12298 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilfredo=20Sa=CC=81nchez?= Date: Tue, 26 Nov 2024 10:13:18 -0800 Subject: [PATCH] CI found this --- bin/find_port | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/find_port b/bin/find_port index d36ce65dd..7c8ac23f3 100755 --- a/bin/find_port +++ b/bin/find_port @@ -1,5 +1,7 @@ #!/usr/bin/env python3 +# ruff: noqa: T201 + """ Find an unused port on this host. """