From 417f7ad20f8c1b8ed4b13603c69d4e84abf947a5 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 26 Aug 2022 16:58:53 +0300 Subject: [PATCH] Pin pylint to 2.14.5 because 2.15.0 breaks pylint-django https://github.com/PyCQA/pylint-plugin-utils/issues/27 --- devel.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/devel.txt b/devel.txt index 29ece93..246908c 100644 --- a/devel.txt +++ b/devel.txt @@ -3,5 +3,6 @@ black coverage flake8 +pylint==2.14.5 pylint-django kiwitcms-django-plugin