Skip to content

Commit 6e53ca0

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 284239c commit 6e53ca0

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
@@ -1117,10 +1117,6 @@
11171117
"UP008", # https://docs.astral.sh/ruff/rules/super-call-with-parameters
11181118
"UP032", # https://docs.astral.sh/ruff/rules/f-string
11191119
]
1120-
"./scripts/west_commands/spdx.py" = [
1121-
"F541", # https://docs.astral.sh/ruff/rules/f-string-missing-placeholders
1122-
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
1123-
]
11241120
"./scripts/west_commands/tests/conftest.py" = [
11251121
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
11261122
]

0 commit comments

Comments
 (0)