From 80edad570a95839908eff6e2acee8ab36000cc85 Mon Sep 17 00:00:00 2001 From: Nick Papior Date: Fri, 3 Nov 2023 12:36:28 +0100 Subject: [PATCH] added black to pr template Signed-off-by: Nick Papior --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 227ef8c5bf..ea92251c0b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,6 @@ - [ ] Closes #xxxx - [ ] Tests added - - [ ] Ranned `isort .` at top--level + - [ ] Ranned `isort .` and `black .` at top--level - [ ] Documentation for functionality, `docs/` - [ ] Changes documented, `CHANGELOG.md`