Skip to content

Commit

Permalink
Update README-dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl authored Jun 7, 2024
1 parent f5a1e0f commit 6958c26
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ The commit hooks are configured in `.pre-commit-config.yaml`.

The `pre-commit` GitHub Action and `.pre-commit-config.yaml` configuration runs checks the changed lines with clang-format and reports if there is anything problematic with the formatting.

To run pre-commit manually:

```
pip install -e requirements.txt
pre-commit run -a
```

## Testing

Tests are run with `CTest`, which either runs the test executables directly, or delegates testing to `pytest`.
Expand Down

0 comments on commit 6958c26

Please sign in to comment.