From 12d4811c5b6a2827cd22f7c132744d16c0aafedd Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 24 Nov 2022 12:20:57 +0100 Subject: [PATCH 3/3] tox.ini: pass posargs to pylint (#71619) --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4ae421b2..ebd3d25e 100644 --- a/tox.ini +++ b/tox.ini @@ -87,8 +87,6 @@ deps = pytz pytest-freezegun faker - pylint - pylint-django uwsgidecorators enum34<=1.1.6 ldaptools>=0.24 @@ -138,7 +136,7 @@ deps = numpy commands = ./getlasso3.sh - ./pylint.sh tests/ src/ + ./pylint.sh {posargs:tests/ src/} [testenv:manage] usedevelop = True -- 2.37.2