style: apply ruff auto-fix

- Auto-formatted code with ruff format
- Applied ruff linting fixes with --fix

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-03-15 04:10:28 +00:00
parent 8079db7893
commit b7a195d3bc
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ import socket
logger = logging.getLogger(__name__)
def is_private_ip(hostname: str) -> bool:
"""
Check if a hostname resolves to a private/internal IP address.