scripts: west_commands: export: Sorted imports
Sort imports with ruff. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This commit is contained in:
parent
476a8c2c39
commit
8e2e319925
2 changed files with 0 additions and 4 deletions
|
@ -1090,9 +1090,6 @@
|
|||
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
|
||||
"UP008", # https://docs.astral.sh/ruff/rules/super-call-with-parameters
|
||||
]
|
||||
"./scripts/west_commands/export.py" = [
|
||||
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
|
||||
]
|
||||
"./scripts/west_commands/fetchers/__init__.py" = [
|
||||
"UP032", # https://docs.astral.sh/ruff/rules/f-string
|
||||
]
|
||||
|
|
|
@ -6,7 +6,6 @@ import argparse
|
|||
from pathlib import Path
|
||||
|
||||
from west.commands import WestCommand
|
||||
|
||||
from zcmake import run_cmake
|
||||
|
||||
EXPORT_DESCRIPTION = '''\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue