Passing for the PR guidelines

This commit is contained in:
José Alexandre 2025-04-10 19:46:28 -03:00
parent 1ed44a961f
commit 4b3df5f111

View File

@ -277,7 +277,10 @@ def get_locally_installed_packages(use_venv_packages: bool, encoding="utf-8"):
break
else:
if use_venv_packages and not venv_path:
logging.warning("You specified to use only the virtual environment packages, but no virtual environment is currently active.")
logging.warning(
"You specified to use only the virtual environment packages, "
"but no virtual environment is currently active."
)
paths_to_search = sys.path
for path in paths_to_search: