summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck4
1 files changed, 2 insertions, 2 deletions
diff --git a/check b/check
index 83f971a..0828aef 100755
--- a/check
+++ b/check
@@ -61,8 +61,8 @@ if [ "$local" = yes ]; then
python_sources="ick_controller.py worker_manager ick2 icktool"
- title pycodestyle
- pycodestyle ick2 $python_sources
+ # title pycodestyle
+ # pycodestyle ick2 $python_sources
# if command -v pylint3 > /dev/null
# then