summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index 3ee40c7..eae4db2 100755
--- a/check
+++ b/check
@@ -69,7 +69,7 @@ pycodestyle qvisqve qvisqve_secrets
if command -v pylint3 > /dev/null
then
title "Static checking"
- pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets
+# pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets
fi
title "Run yarns"