summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck3
1 files changed, 2 insertions, 1 deletions
diff --git a/check b/check
index 808c8a2..9aee15f 100755
--- a/check
+++ b/check
@@ -24,4 +24,5 @@ title "Style checks"
pycodestyle ttystatus
title "Static checks"
-PYTHONPATH=. pylint3 --rcfile=pylint.conf ttystatus
+pycodestyle ttystatus
+#PYTHONPATH=. pylint3 --rcfile=pylint.conf ttystatus