From 8955d21dc73c65caa89fa491dbd76c5c02821a46 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 21 Jul 2018 20:28:20 +0300 Subject: Change: disable pylint3 until it works in Debian sid again --- check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check') diff --git a/check b/check index 4ba5b42..cbe69bf 100755 --- a/check +++ b/check @@ -85,8 +85,8 @@ then title pycodestyle pycodestyle ick2 $python_sources - title pylint - pylint3 --rcfile pylint.conf $python_sources +# title pylint +# pylint3 --rcfile pylint.conf $python_sources fi if [ "$yarns" = yes ] -- cgit v1.2.1