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. """