aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Joseph Banks <[email protected]>2019-07-06 23:58:13 +0100
committerGravatar Joseph Banks <[email protected]>2019-07-06 23:58:13 +0100
commit79a76927eff5166fc8f57015622dedb981dee698 (patch)
tree691d0fce60aa488ff1937df01f6a40749f72c9ed /Pipfile
parentDocstrings & prefix category info files with underscore for prominence (diff)
manually pin pydocstyle to 1.1.1 to fix lint errors
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 8d71a137..b2664edc 100644
--- a/Pipfile
+++ b/Pipfile
@@ -15,6 +15,7 @@ pep8-naming = "~=0.8.2"
coverage = "~=4.5.3"
unittest-xml-reporting = "~=2.5.1"
flake8-docstrings = "~=1.3.0"
+pydocstyle = "1.1.1"
[packages]
django = "~=2.2"