From acaf4dec3078cf8d5fd33ad89cdef223e4193e2c Mon Sep 17 00:00:00 2001 From: Andrey Date: Sat, 25 Feb 2017 10:19:16 +0200 Subject: [PATCH] Update flake8 and pylint to latest --- requirements_test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_test.txt b/requirements_test.txt index 3ce07cff7efd00..07f8e192839456 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,8 +1,8 @@ # linters such as flake8 and pylint should be pinned, as new releases # make new things fail. Manually update these pins when pulling in a # new version -flake8==3.2.1 -pylint==1.6.4 +flake8==3.3 +pylint==1.6.5 mypy-lang==0.4.5 pydocstyle==1.1.1 coveralls>=1.1