From 70d12b3582b298eef6f7e4e0870a64c60d80214f Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Tue, 29 Oct 2019 14:10:59 -0700 Subject: [PATCH] update flake8-docstrings to minimum version of 1.5.0 to address compatibility issues with pydocstyle 4.x --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 06564ef6a..08ec65251 100644 --- a/tox.ini +++ b/tox.ini @@ -116,8 +116,7 @@ commands = {[testenv:test-upstream-requirements-base]commands} basepython = python3 deps = flake8 - flake8-docstrings - pydocstyle<4.0.0 + flake8-docstrings>=1.5.0 # https://github.com/JBKahn/flake8-print/pull/30 flake8-print>=3.1.0 flake8-bugbear