diff --git a/pull_request_template.md b/pull_request_template.md index 98b95212..74eb7264 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -8,7 +8,7 @@ ## Checklist -- [ ] I've run the latest [black](https://github.com/ambv/black) with default args on new code. +- [ ] I've run the latest [black](https://github.com/psf/black) with default args on new code. - [ ] I've updated CHANGELOG.md and CONTRIBUTORS.md where appropriate. - [ ] I've added tests for new code. - [ ] I accept that @willmcgugan may be pedantic in the code review.