cleanlab/nblint
Lint jupyter notebooks to ensure proper formatting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 1, 2023
- License
- None
Pinned Snippet
uses: cleanlab/nblint-action@0ba07ea5a6f8eaf46d19aff7298ff8b3bb2b4618 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | Directory to search for notebooks | no | . |
| ignore_paths | Comma-seperated list of paths to ignore, paths should be relative to the directory specified above | no | "" |
| check_outputs_empty | Check that output cell are empty | no | true |
| check_no_trailing_newline | Check that there is no newline at the end of code cells | no | true |
| check_correct_kernel | Check that notebook is using the right kernel | no | false |
| check_notebook_badge | Check that notebook has a google colab badge | no | false |
Outputs
no outputs