From 0784cf53e8162c79f1f545c886e1ff26aef91c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 17 May 2022 17:57:30 +0200 Subject: [PATCH] tox: do not run pylint on tests/ for now (it has a serie of Undefined variable 'Event/Subscription/Booking' as those parts are not yet implemented) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 568c52e..86257f5 100644 --- a/tox.ini +++ b/tox.ini @@ -59,4 +59,4 @@ deps = git+https://git.entrouvert.org/publik-django-templatetags.git commands = ./getlasso3.sh - ./pylint.sh lingo/ tests/ + ./pylint.sh lingo/