Skip to content

Commit

Permalink
add pre-commit install on contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 30, 2024
1 parent 8bd8304 commit e7983a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ pytest -n auto -rA -c pyproject.toml --cov-report term-missing --cov=matpower
pytest -rA -c pyproject.toml --cov-report term-missing --cov=matpower --nbmake
```

## Pre-Commit

```shell
pre-commit install
pre-commit run --all-files
```

## Notebook example

1. Use `nb-clean` to clean the notebook.
Expand Down

0 comments on commit e7983a1

Please sign in to comment.