From c7a3fd05049cc55924ee4d978a8917bf58a03f22 Mon Sep 17 00:00:00 2001 From: 0penBrain <48731257+0penBrain@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:01:46 +0200 Subject: [PATCH] CI: remove trailing whitespace checks in Pylint As they are already checked globally before --- .github/workflows/sub_lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub_lint.yml b/.github/workflows/sub_lint.yml index 344df74aee..2b85758667 100644 --- a/.github/workflows/sub_lint.yml +++ b/.github/workflows/sub_lint.yml @@ -93,7 +93,7 @@ on: type: boolean required: false pylintDisable: - default: disable=C0302 + default: C0302,C0303 # Trailing whitespaces (C0303) are already checked type: string required: false pylintFailSilent: