From a0381acd66f0c211960edc8a1390dfe205c6a5fe Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 28 Jan 2023 20:52:46 +0100 Subject: [PATCH] remove pylint plugin --- scripts/check-syntax.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check-syntax.sh b/scripts/check-syntax.sh index 272b598..5f8e843 100755 --- a/scripts/check-syntax.sh +++ b/scripts/check-syntax.sh @@ -67,7 +67,6 @@ find . -name "*.py" -not -path "./dotdrop/*" | while read -r script; do --disable=R0914 \ --disable=R0915 \ --disable=R0913 \ - --load-plugins pylint.extensions.no_self_use \ "${script}" done