From fe4788c52c364cfd5b6da39fd5c1569a34ae6287 Mon Sep 17 00:00:00 2001 From: Michael Lynch Date: Tue, 23 Apr 2019 10:35:59 -0400 Subject: [PATCH] Upgrading pyflakes to 2.1.1 --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 2c7f35e..6859762 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -1,5 +1,5 @@ mock -pyflakes==2.0.0 +pyflakes==2.1.1 # DocStringChecker currently only works with pylint 1.6.5. Upgrading causes it # to stop producing errors on bad docstrings. pylint==1.6.5