Skip to content

Commit

Permalink
Update PULL_REQUEST_REVIEW_CHECKLIST.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arnauddupuis committed Oct 16, 2020
1 parent aa9d3ba commit 9016959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PULL_REQUEST_REVIEW_CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This is the checklist that all PR are going through, so as a potential contribut
## Check the Code

- [ ] If it does too much, ask for it to be broken up into smaller PRs.
- [ ] Does it pass flake8?
- [ ] Does it pass `flake8`?
- [ ] Have you run `black` on your code to comply with code formatting rules (https://black.readthedocs.io/en/stable/)?
- [ ] Is it consistent?
- [ ] Review the changes carefully, line by line. Make sure you understand every single part of every line. Learn whatever you do not know yet.
Expand Down

0 comments on commit 9016959

Please sign in to comment.