pymc-labs / CausalPy

A Python package for causal inference in quasi-experimental settings
https://causalpy.readthedocs.io
Apache License 2.0
914 stars 65 forks source link

Add `"dist"` to the excludes for interrogate in `pyproject.toml` #241

Closed drbenvincent closed 1 year ago

drbenvincent commented 1 year ago

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

https://github.com/pymc-labs/CausalPy/blob/234a0cd6a94f3e6effd28c11c63a41f8dcf89bdc/pyproject.toml#L120C1-L120C40