Use the Poetry global cache-dir for the temporary virtual environment that is created during check-project. This will speed up the process, and avoid unnecessary network calls.
Motivation and Context
Making the check-project command faster, because it can reuse a virtual environment already created.
How Has This Been Tested?
CI ✅
Locally installed the plugin and tested in code repos.
Types of changes
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
Use the Poetry global cache-dir for the temporary virtual environment that is created during
check-project
. This will speed up the process, and avoid unnecessary network calls.Motivation and Context
Making the
check-project
command faster, because it can reuse a virtual environment already created.How Has This Been Tested?
CI ✅ Locally installed the plugin and tested in code repos.
Types of changes
Checklist: