From ea5366ac0d0733384ed5a524e625b289546eff3a Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 24 Nov 2022 12:20:57 +0100 Subject: [PATCH] tox.ini: pass posargs to pylint --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4ae421b2c..6d54f969b 100644 --- a/tox.ini +++ b/tox.ini @@ -138,7 +138,7 @@ deps = numpy commands = ./getlasso3.sh - ./pylint.sh tests/ src/ + ./pylint.sh {posargs:tests/ src/} [testenv:manage] usedevelop = True