Skip to content

Check notebook syntax in pre-commit hooks

Thomas Kluyver requested to merge fix/pre-commit-check-nb-syntax into master

I just realised we're effectively skipping the notebooks AST check because nbQA excludes cells with syntax errors by default. 🤦

I've made a deliberate bad commit here to ensure that the check can pick it up now. I'll cut that out before merging.

Merge request reports