diff options
author | 2019-07-06 23:58:13 +0100 | |
---|---|---|
committer | 2019-07-06 23:58:13 +0100 | |
commit | 79a76927eff5166fc8f57015622dedb981dee698 (patch) | |
tree | 691d0fce60aa488ff1937df01f6a40749f72c9ed /Pipfile | |
parent | Docstrings & 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-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |