summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-09 08:55:28 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-09 08:55:28 +0200
commitb9bfbdb16e49254c50b78dbb3ef624f3f00da8cd (patch)
tree78b8a5deff75b0f660f9daf8d71e0262cec9b276
parent44d887a382965fc20a02f26dd5e9b57b6ff1b3b9 (diff)
downloadick2-b9bfbdb16e49254c50b78dbb3ef624f3f00da8cd.tar.gz
disable pycodetyle
Can't be bothered Sponsored-by: author
-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