Skip to content

Commit

Permalink
Adds pre-commit instructions to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sherjeelshabih committed Dec 2, 2024
1 parent 412c69b commit b3b1e21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ To integrate this plugin with your NOMAD installation:
2. For more detailed installation instructions, visit our [docs for NOMAD plugins](https://nomad-lab.eu/prod/v1/staging/docs/plugins/plugins.html).
## Developers
It's nice to not miss a ruff fromat before pushing your commits. To set up pre-commit hook:
```console
pip install pre-commit
pre-commit install
```

### Acknowledgments
Special thanks to Jinzhao Li and all contributors who have made this project possible.

Expand Down

0 comments on commit b3b1e21

Please sign in to comment.