Skip to content

Commit 6fdca48

Browse files
authored
Merge pull request #116 from johnwalker/prtemplate
Update PR template
2 parents ca7d527 + 8d1fe7f commit 6fdca48

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55

66
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
7+
8+
# Check any applicable:
9+
- [ ] Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.
10+

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ deps =
196196
flake8
197197
flake8-docstrings
198198
flake8-isort
199+
# https://github.com/PyCQA/pydocstyle/issues/375
200+
pydocstyle<4.0.0
199201
# https://github.com/JBKahn/flake8-print/pull/30
200202
flake8-print>=3.1.0
201203
commands =

0 commit comments

Comments
 (0)