Closed redeboer closed 1 month ago
Actually, the caching problems may originate from the fact that the version of packages that are installed in editable mode with a dynamic version through setuptools-scm
.
The problem pops up irregularly, so I'm not sure yet. It could also be caused by packages that do not have a src/
folder.
https://github.com/ComPWA/policy/issues/407 has resulted in a subtle bug:
pre-commit-uv
pulls inuv
into the virtual environment, which results in caching problems if the environment is installed through a global installation ofuv
(a globaluv
installation is required since https://github.com/ComPWA/policy/issues/333):It should instead be recommended to install
pre-commit-uv
globally as well once with(see these instructions).