Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d17c05f

Browse files
authored
Merge pull request #24472 from story645/template
[DOC] removed flake8 from PR template
2 parents 24fba58 + e33f417 commit d17c05f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
## PR Checklist
44

55
<!-- Please mark any checkboxes that do not apply to this PR as [N/A]. -->
6-
**Tests and Styling**
7-
- [ ] Has pytest style unit tests (and `pytest` passes).
8-
- [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (install `flake8-docstrings` and run `flake8 --docstring-convention=all`).
96

10-
**Documentation**
7+
**Documentation and Tests**
8+
- [ ] Has pytest style unit tests (and `pytest` passes)
119
- [ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
1210
- [ ] New plotting related features are documented with examples.
1311

0 commit comments

Comments
 (0)