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

Skip to content

Commit baa303f

Browse files
committed
CI: pydocstyle>=5.1.0, and update PR instructions
1 parent 4fb84b4 commit baa303f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- [ ] Is [Flake 8](https://flake8.pycqa.org/en/latest/) compliant (run `flake8` on changed files to check).
99
- [ ] New features are documented, with examples if plot related.
1010
- [ ] Documentation is sphinx and numpydoc compliant (the docs should [build](https://matplotlib.org/devel/documenting_mpl.html#building-the-docs) without error).
11-
- [ ] Conforms to Matplotlib style conventions (install `flake8-docstrings` and `pydocstyle<4` and run `flake8 --docstring-convention=all`).
11+
- [ ] Conforms to Matplotlib style conventions (install `flake8-docstrings` and run `flake8 --docstring-convention=all`).
1212
- [ ] New features have an entry in `doc/users/next_whats_new/` (follow instructions in README.rst there).
1313
- [ ] API changes documented in `doc/api/next_api_changes/` (follow instructions in README.rst there).
1414

requirements/testing/flake8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Extra pip requirements for the GitHub Actions flake8 build
22

33
flake8>=3.8
4-
pydocstyle<4.0
4+
pydocstyle>=5.1.0
55
flake8-docstrings

0 commit comments

Comments
 (0)