Skip to content

Commit

Permalink
clarify further
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Mar 26, 2024
1 parent 16b07c4 commit dbe165a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ pre-commit install
```

in the root of the repository.

Now every time you commit your changes, pre-commit will run a formatting check and create any notebooks whose source files have changed.
If it made any changes, you'll have to manually stage them and commit again.

If for some reason you want to skip pre-commit checks, you can use the `--no-verify` flag when committing (perhaps to correct formatting in a separate commit for clarity).

0 comments on commit dbe165a

Please sign in to comment.