aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-09-05 18:46:31 -0400
committerGravatar S. Co1 <[email protected]>2019-09-05 18:46:31 -0400
commitacea2bb232dcb49cf9d8405a1354dbffd71612a7 (patch)
treec02e85c068ca3d60fc89b9110be18dc6ce4d4aad /Pipfile
parentMerge pull request #40 from python-discord/nsjail-clone-fix (diff)
Fix misconfigured flake8 so docstrings are properly linted
Bump flake8-docstrings dependency pin to support the fix
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 3949c99..dd17306 100644
--- a/Pipfile
+++ b/Pipfile
@@ -13,7 +13,7 @@ coverage = ">= 4.4.2, == 4.*"
pre-commit = "~= 1.18"
pydocstyle = "~= 4.0"
flake8 = "~= 3.7.8"
-flake8-docstrings = ">= 1.3.1, == 1.*"
+flake8-docstrings = "~=1.4"
flake8-bugbear = "~= 19.3"
flake8-import-order = "~= 0.18.1"
flake8-tidy-imports = "~= 2.0"