From c6956baacad472b442f57e5606854a6714c36fba 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:17:26 +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 96fb315..8aa2a2d 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,8 @@ toxworkdir = {env:TMPDIR:/tmp}/tox-{env:USER}/scrutiny/{env:BRANCH_NAME:} [testenv] deps = codestyle: pre-commit - pylint: pylint + pylint: pylint<3 + pylint: astroid<3 pylint: pylint-django commands = codestyle: pre-commit run --all-files --show-diff-on-failure