From 927d79f25a03c0b41e04a05b2ee05b23eacc29bc Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 16 Oct 2024 16:31:13 +0200 Subject: [PATCH] tox.ini: do not restrict pylint to errors only pylint will use the .pylintrc file. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 210eb731..6de1288b 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,7 @@ commands = deps = pylint commands = - pylint --errors-only smartcard + pylint smartcard [testenv:docs] skip_install = True