chore: format

This commit is contained in:
Timothy Jaeryang Baek
2026-04-02 08:11:06 -05:00
parent 640dbb6a28
commit a71d927a0c
69 changed files with 153 additions and 37 deletions

View File

@@ -7,9 +7,7 @@ _ALLOWED_STATIC_PATHS = (
)
# External URL prefixes that are explicitly trusted for profile images
_ALLOWED_URL_PREFIXES = (
'https://www.gravatar.com/avatar/',
)
_ALLOWED_URL_PREFIXES = ('https://www.gravatar.com/avatar/',)
def validate_profile_image_url(url: str) -> str: