Caching: Use a more respectful default location? #342
Labels
good first issue
Good for newcomers
help wanted
Extra attention is needed
pri:low
low(er) priority tasks
At the moment, we fall back to
~/.pip-audit/cache
ifpip cache dir
fails. This isn't a "respectful" default, since it doesn't adhere to either XDG (which probably wants us to consultXDG_CACHE_HOME
) or macOS's conventions (~/Library/Caches
, probably).This probably isn't the most important change to make since 99% of users won't notice it anyways, but it would make us a slightly better participant in the user's home directory.
The text was updated successfully, but these errors were encountered: