Skip to content

Commit

Permalink
document pre-commit hooks in README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Feb 13, 2024
1 parent f1a0e7d commit 1795c5f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ To set up ffsim for development, install it from source in editable mode along w
pip install -e ".[dev]"
```

To install the git pre-commit hooks, run

```bash
pre-commit install
```

If you add or modify any Rust modules, rebuild them by running the command

```bash
Expand Down

0 comments on commit 1795c5f

Please sign in to comment.