Skip to content

Commit 7c32c8a

Browse files
authored
Remove extra && in PR template (#3730)
1 parent d06c028 commit 7c32c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
- [ ] Closes #xxxx
44
- [ ] Tests added
5-
- [ ] Passes `isort -rc . && black . && mypy . && && flake8`
5+
- [ ] Passes `isort -rc . && black . && mypy . && flake8`
66
- [ ] Fully documented, including `whats-new.rst` for all changes and `api.rst` for new API

0 commit comments

Comments
 (0)