Skip to content

Commit

Permalink
Fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Oct 16, 2024
1 parent 6a428d6 commit a762a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/oidc/models/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
Expand Down

0 comments on commit a762a26

Please sign in to comment.