Closed
Description
I think we could add
passes `pre-commit run --from-ref=upstream/master --to-ref=HEAD --all-files`
to the pull request template (maybe it could even replace the current black
and flake8
ones).
The file to change would be
.github/PULL_REQUEST_TEMPLATE.md
Some of the contributing guide may also need updating if it mentions the flake8 --diff
command.