Skip to content

Commit

Permalink
docs: add pre-commit starter guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jnoortheen committed Mar 16, 2023
1 parent 6b61855 commit ffec8ae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions project-template/{{ project_repo_name }}/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ xontrib load {{project_package_name}}

...

## Development
{% if enable_pre_commit_hooks %}
- activate [pre-commit](https://github.com/pre-commit/pre-commit) hooks
```sh
# install pre-commit plugins and activate the commit hook
pre-commit install
pre-commit autoupdate
```
{% endif %}

## Releasing your package

- Bump the version of your package.
Expand Down

0 comments on commit ffec8ae

Please sign in to comment.