Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Notebook Output before running pre-commit lint checks #984

Merged

Conversation

oliverholworthy
Copy link
Member

Goals ⚽

Fixes lint check error in #975 where codespell has detected a misspelled word in a Notebook cell output.

Implementation Details 🚧

This change strips out all output cells from the notebooks before running the lint checks. This ensures we'll only get reports of mis-spelled words from notebook input cells which we have more control over.

Testing Details 🔍

n/a

@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/models/review/pr-984

@oliverholworthy oliverholworthy merged commit d8d5357 into NVIDIA-Merlin:main Feb 14, 2023
@oliverholworthy oliverholworthy deleted the lint-strip-notebook-output branch February 14, 2023 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants