From a762a266d2a29c789343fea09bcc736aec7e7af7 Mon Sep 17 00:00:00 2001 From: Alexis Date: Wed, 16 Oct 2024 18:05:24 +0200 Subject: [PATCH] Fix linting issue --- warehouse/oidc/models/gitlab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/oidc/models/gitlab.py b/warehouse/oidc/models/gitlab.py index 4b0b1bc728ed..0a74becb374e 100644 --- a/warehouse/oidc/models/gitlab.py +++ b/warehouse/oidc/models/gitlab.py @@ -289,7 +289,7 @@ def verify_url(self, url: str): in repo URLs, since `gitlab.com/org/repo.git` always redirects to `gitlab.com/org/repo`. This does not apply to subpaths like `gitlab.com/org/repo.git/issues`, which do not redirect to the correct URL. - + GitLab uses case-insensitive owner/repo slugs - so we perform a case-insensitive comparison. """