CI: remove trailing whitespace checks in Pylint
As they are already checked globally before
This commit is contained in:
2
.github/workflows/sub_lint.yml
vendored
2
.github/workflows/sub_lint.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user