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>
This commit is contained in:
Benjamin Cabé 2025-06-03 09:59:30 +02:00 committed by Benjamin Cabé
commit 90c6d7f1ba

View file

@ -1059,10 +1059,6 @@
"UP008", # https://docs.astral.sh/ruff/rules/super-call-with-parameters
"UP032", # https://docs.astral.sh/ruff/rules/f-string
]
"./scripts/west_commands/spdx.py" = [
"F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
]
"./scripts/west_commands/tests/conftest.py" = [
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
]