Format files required by Jenkins lint
This commit is contained in:
@@ -33,7 +33,9 @@ def get_declared_plugins() -> list[str]:
|
||||
|
||||
|
||||
def get_declared_payment_apps(installed_apps: list[str] | None = None) -> list[str]:
|
||||
declared_plugins = [plugin for plugin in get_declared_plugins() if "payment" in plugin.lower()]
|
||||
declared_plugins = [
|
||||
plugin for plugin in get_declared_plugins() if "payment" in plugin.lower()
|
||||
]
|
||||
if declared_plugins:
|
||||
return declared_plugins
|
||||
installed_apps = installed_apps or list(settings.INSTALLED_APPS)
|
||||
|
||||
Reference in New Issue
Block a user