Skip to content

Commit 8e2e319

Browse files
pdgendtkartben
authored andcommitted
scripts: west_commands: export: Sorted imports
Sort imports with ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
1 parent 476a8c2 commit 8e2e319

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.ruff-excludes.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,6 @@
10901090
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
10911091
"UP008", # https://docs.astral.sh/ruff/rules/super-call-with-parameters
10921092
]
1093-
"./scripts/west_commands/export.py" = [
1094-
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
1095-
]
10961093
"./scripts/west_commands/fetchers/__init__.py" = [
10971094
"UP032", # https://docs.astral.sh/ruff/rules/f-string
10981095
]

scripts/west_commands/export.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from pathlib import Path
77

88
from west.commands import WestCommand
9-
109
from zcmake import run_cmake
1110

1211
EXPORT_DESCRIPTION = '''\

0 commit comments

Comments
 (0)