cleanlab/nblint

Lint jupyter notebooks to ensure proper formatting

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 1, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: cleanlab/nblint-action@0ba07ea5a6f8eaf46d19aff7298ff8b3bb2b4618 # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
directoryDirectory to search for notebooksno.
ignore_pathsComma-seperated list of paths to ignore, paths should be relative to the directory specified aboveno""
check_outputs_emptyCheck that output cell are emptynotrue
check_no_trailing_newlineCheck that there is no newline at the end of code cellsnotrue
check_correct_kernelCheck that notebook is using the right kernelnofalse
check_notebook_badgeCheck that notebook has a google colab badgenofalse

no outputs