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

Start working on mutation issues in validate. #236

Closed
wants to merge 2 commits into from

Commits on Nov 23, 2021

  1. Start working on mutation issues in validate.

    We change the validation logic and separate the normalisation from
    the validation step.
    
    We make sure that if a notebook is normalized, it emits a warning.
    In the future we will turn the warning in to an Error.
    
    We add test for the current and an xfail test for the future behavior
    Carreau committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    b27bbf0 View commit details
    Browse the repository at this point in the history
  2. resort imports

    Carreau committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d460d52 View commit details
    Browse the repository at this point in the history