style fix

This commit is contained in:
Matthias Mair 2026-04-23 00:09:37 +02:00
parent 738aea29ff
commit 8d10c3d310
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ def install_plugin(
# Sanitize the package name for installation
if any(c in package_ref for c in ';&|`$()'):
raise ValidationError(_('Invalid characters in package name or URL'))
# Execute installation via pip
cmd: list[str] = ['install', '-U', '--disable-pip-version-check']
if index_url: