We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca7d527 + 8d1fe7f commit 6fdca48Copy full SHA for 6fdca48
.github/PULL_REQUEST_TEMPLATE.md
@@ -4,3 +4,7 @@
4
5
6
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
@@ -196,6 +196,8 @@ deps =
196
flake8
197
flake8-docstrings
198
flake8-isort
199
+ # https://github.com/PyCQA/pydocstyle/issues/375
200
+ pydocstyle<4.0.0
201
# https://github.com/JBKahn/flake8-print/pull/30
202
flake8-print>=3.1.0
203
commands =
0 commit comments