tpvasconcelos / ridgeplot

Beautiful ridgeline plots in python
https://ridgeplot.readthedocs.io/
MIT License
62 stars 3 forks source link

Review usage of `covdefaults` and `.coveragerc` #155

Open tpvasconcelos opened 8 months ago

tpvasconcelos commented 8 months ago

Review the current state of the .coveragerc config file. My guess is that it could probably be simplified since we are also using the covdefaults package.

tpvasconcelos commented 8 months ago

While working on https://github.com/tpvasconcelos/ridgeplot/pull/161 I also noticed that blocks such as if sys.version_info >= (3, 10): are not ignored anymore (see .coveragerc)