Add "dist" to the excludes for interrogate in pyproject.toml. This will stop interrogate checking local builds of the distribution. Shouldn't happen too often now, but I did have an old left-over dist folder back from when the pypi releases were done manually
Add
"dist"
to the excludes for interrogate inpyproject.toml
. This will stop interrogate checking local builds of the distribution. Shouldn't happen too often now, but I did have an old left-overdist
folder back from when the pypi releases were done manuallyhttps://github.com/pymc-labs/CausalPy/blob/234a0cd6a94f3e6effd28c11c63a41f8dcf89bdc/pyproject.toml#L120C1-L120C40