From 4dbb5b8a939f3da74cb528455fb4df1d371deb8e Mon Sep 17 00:00:00 2001 From: Manoel Marques Date: Wed, 1 Jun 2022 16:34:10 -0400 Subject: [PATCH] Pin pylint to < 2.14.0 (#52) --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ce516496..e23298b4 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ black~=22.0 -pylint>=2.8.3 +pylint>=2.8.3,<2.14.0 Sphinx>=1.8.3,!=3.1.0 sphinxcontrib-spelling mypy>=0.780