From b9bfbdb16e49254c50b78dbb3ef624f3f00da8cd Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 9 Nov 2021 08:55:28 +0200 Subject: disable pycodetyle Can't be bothered Sponsored-by: author --- check | 4 ++-- 1 file 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 -- cgit v1.2.1