From d763639a205745cb3d68ff6876d49186f5bbc5a6 Mon Sep 17 00:00:00 2001 From: Hedy Li Date: Fri, 21 Aug 2020 09:23:54 +0000 Subject: [PATCH] update black link in pr template --- pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.