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

Only fix cell ID validation issues if asked #244

Merged
merged 5 commits into from
Jan 21, 2022

Commits on Jan 20, 2022

  1. Only fix cell ID validation issues if asked

    Adds a new kwarg to validate called `repair` which will fix well-known validation
    errors during the validation process, but only when set to `True`.
    
    Updates existing functionality to not mutate the notebook contents, but instead
    fail validation.
    Nicholas Wold committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a40fc27 View commit details
    Browse the repository at this point in the history
  2. Remove python 3.5 from ci test matrix

    Nicholas Wold committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    7718e7a View commit details
    Browse the repository at this point in the history
  3. explicitly exclude jupyter-trust script from manifest

    Nicholas Wold committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    9b53b7c View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    2da8236 View commit details
    Browse the repository at this point in the history
  2. Correct kwarg name for clarity

    Nicholas Wold committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    2732fbf View commit details
    Browse the repository at this point in the history