chore: run lint and prettifier

This commit is contained in:
3252a8
2026-05-12 21:54:12 +03:00
parent f31540afdb
commit 11187487b4
174 changed files with 12383 additions and 6688 deletions
+3 -1
View File
@@ -64,7 +64,9 @@ def request_client_ip(
return forwarded_ip
def ip_in_allowlist(ip_value: Optional[str], allowed_entries: Optional[Sequence[str] | str]) -> bool:
def ip_in_allowlist(
ip_value: Optional[str], allowed_entries: Optional[Sequence[str] | str]
) -> bool:
parsed_ip = _parse_ip(ip_value)
if parsed_ip is None:
return False