Skip to content

Commit 90c6d7f

Browse files
committed
scripts: west: remove excludes for west_commands/spdx.py
File passes all ruff linter checks so no exclude rules needed anymore Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
1 parent 4655e0d commit 90c6d7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.ruff-excludes.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1059,10 +1059,6 @@
10591059
"UP008", # https://docs.astral.sh/ruff/rules/super-call-with-parameters
10601060
"UP032", # https://docs.astral.sh/ruff/rules/f-string
10611061
]
1062-
"./scripts/west_commands/spdx.py" = [
1063-
"F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
1064-
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
1065-
]
10661062
"./scripts/west_commands/tests/conftest.py" = [
10671063
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
10681064
]

0 commit comments

Comments
 (0)