tox.ini: pass posargs to pylint

This commit is contained in:
Benjamin Dauvergne 2022-11-24 12:20:57 +01:00
parent 4b3bcd0149
commit ea5366ac0d
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ deps =
numpy
commands =
./getlasso3.sh
./pylint.sh tests/ src/
./pylint.sh {posargs:tests/ src/}
[testenv:manage]
usedevelop = True