From 563762da8a20fd397c6e911f9c7ce5ad3aa61ebe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 3 Oct 2023 06:25:43 +0200 Subject: [PATCH] ci: keep on using pylint 2 while pylint-django is not ready (#81905) --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a54efff..76b4563 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,8 @@ deps = https://git.entrouvert.org/entrouvert/authentic/archive/main.tar.gz Django<3.3 psycopg2-binary - pylint + pylint<3 + astroid<3 pylint-django commands = ./getlasso3.sh