Skip to content

Commit 0c46c7c

Browse files
committed
ci: remove pylinc checks covered by ruff
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent a56d14d commit 0c46c7c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/ci/pylintrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ enable=
7474
single-string-used-for-slots,
7575
trailing-newlines,
7676
trailing-whitespace,
77-
missing-final-newline,
7877
superfluous-parens,
7978
mixed-line-endings,
8079
unexpected-line-ending-format,
@@ -211,7 +210,6 @@ enable=
211210
import-self,
212211
misplaced-future,
213212
global-variable-not-assigned,
214-
unused-import,
215213
unused-variable,
216214
undefined-loop-variable,
217215
unbalanced-tuple-unpacking,

0 commit comments

Comments
 (0)