Skip to content

Commit

Permalink
update: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed May 13, 2022
1 parent 54ce7ae commit e1b7cbe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

Thank you for contributing to `lattpy` :tada:

## Pre-commit Hooks

We are using the [pre-commit framework](https://pre-commit.com/) to automatically run
some checks and the [Black code formatter](https://github.com/psf/black) at commit time.
This ensures that every commit fulfills the basic requirements to be mergeable and
follows the coding style of the project.

The pre-commit hooks can be installed via
````sh
$ pre-commit install
pre-commit installed at .git/hooks/pre-commit
````

## Commit Message Format

Expand Down

0 comments on commit e1b7cbe

Please sign in to comment.