Skip to content

Commit

Permalink
docs: add linter commander to PR template
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed May 20, 2024
1 parent 84ca723 commit f46a8b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ _Please replace this description with a concise description of this Pull Request
- [ ] Docstrings have been included and/or updated, as appropriate
- [ ] Standalone docs have been updated accordingly

## Automated linters

You can run the lints that are run on CI locally with:
```sh
poetry install --all-extras --with dev
poetry run poe lint
```

[commit messages]: https://conventionalcommits.org/

0 comments on commit f46a8b9

Please sign in to comment.