From a5c1716097c9b848adffb6b2cb7e32e2d46e029f Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Sat, 22 Aug 2020 09:39:11 +0200 Subject: [PATCH] upgraded pylint to 2.6.0 (#17) The pylint had to be updated to 2.6.0 since its dependencies got broken (such as isort). See also: https://github.com/timothycrosley/isort/issues/1273 https://github.com/conda-forge/pylint-feedstock/issues/29 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cc9338..668a0dd 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'dev': [ # yapf: disable 'mypy==0.620', - 'pylint==2.1.1', + 'pylint==2.6.0', 'yapf==0.20.2', 'tox>=3.0.0', 'pydocstyle>=2.1.1,<3',