summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 13d781f..3ee40c7 100755
--- a/check
+++ b/check
@@ -68,8 +68,8 @@ pycodestyle qvisqve qvisqve_secrets
if command -v pylint3 > /dev/null
then
- # title "Static checking"
- # pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets
+ title "Static checking"
+ pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets
fi
title "Run yarns"