From 79a76927eff5166fc8f57015622dedb981dee698 Mon Sep 17 00:00:00 2001 From: Joseph Banks Date: Sat, 6 Jul 2019 23:58:13 +0100 Subject: manually pin pydocstyle to 1.1.1 to fix lint errors --- Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Pipfile') 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" -- cgit v1.2.3