summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-07-27 11:56:11 +0300
committerLars Wirzenius <liw@liw.fi>2018-07-27 11:56:11 +0300
commit82faa9f24c631a52b3564af7d164452ce96d2a21 (patch)
tree105738548ce05ff7ff790a27a5307c417ee35e68 /check
parentb14c568861c2035ece0b13b262d2b4b95064f6e8 (diff)
downloadttystatus-master.tar.gz
Drop: use of pylint3HEADmaster
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