Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
- \[ \] `pre-commit run --all-files`
- \[ \] Run your code through [pylint](https://pylint.readthedocs.io/en/latest/). `pylint --recursive=y --rcfile=.pylintrc .`. All warnings but `fixme` must be addressed.

Note: When running code through `pylint`, it may be beneficial to compare the output from the base branch to the development branch by using a [diff checker](http://diffchecker.com/). To copy the output of `pylint` on Linux, you can use `pylint --recursive=y --rcfile=.pylintrc . | xsel -ib`

# Before Merging

- \[ \] `Squash & Merge`
Loading