Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 333 Bytes

CONTRIBUTING.MD

File metadata and controls

17 lines (12 loc) · 333 Bytes

Developing

nbmake uses devcontainers to pre-configure a dev environment. We recommend you open the project in vscode with the remote containers extension to contribute.

For non-vscode users, here are some install steps:

Run static checks

pre-commit run --all-files
pre-commit install

Run tests

pytest