aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-09-03 13:44:02 -0400
committerGravatar S. Co1 <[email protected]>2019-09-03 13:44:02 -0400
commit7fbd1f7be2e8c4abdd2455c388d1b3583ecce419 (patch)
treebd6f5049a59d95f05f91240c82c79d3ae1c2c6cd /Pipfile
parentUse pipenv lint script for pre-commit hook (diff)
Remove pydocstyle pinning now that flake8-docstrings is fixed
Relock
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 6d76831b..897d1b08 100644
--- a/Pipfile
+++ b/Pipfile
@@ -7,7 +7,7 @@ verify_ssl = true
flake8 = "~=3.7.7"
flake8-bandit = "==1.0.2"
flake8-bugbear = "~=19.3.0"
-flake8-docstrings = "~=1.3.0"
+flake8-docstrings = "~=1.4.0"
flake8-import-order = "~=0.18.1"
flake8-string-format = "~=0.2.3"
flake8-tidy-imports = "~=2.0.0"
@@ -15,7 +15,6 @@ mccabe = "~=0.6.1"
pep8-naming = "~=0.8.2"
coverage = "~=4.5.3"
unittest-xml-reporting = "~=2.5.1"
-pydocstyle = "==3.0.0"
pre-commit = "~=1.17.0"
[packages]