pymc-examples icon indicating copy to clipboard operation
pymc-examples copied to clipboard

improve pre-commit checks when example notebooks are removed

Open drbenvincent opened this issue 2 years ago • 1 comments

When removing an example .ipynb file, the pre-commit checks do not check that the corresponding myst.md file has been deleted. Could add a check that there are no myst.md files without corresponding .ipynb files.

drbenvincent avatar Apr 09 '22 19:04 drbenvincent

pre-commit check also seems to pass if there are myst without associated ipynb examples when again, it should fail

OriolAbril avatar Apr 11 '22 21:04 OriolAbril