nb-cli 0.0.6

A command-line tool for reading, writing, and executing Jupyter notebooks
1
2
3
4
5
6
7
8
repos:
  - repo: https://github.com/doublify/pre-commit-rust
    rev: v1.0
    hooks:
      - id: fmt
        args: ["--", "--check"]
      - id: clippy
        args: ["--", "-D", "warnings"]