We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476a8c2 commit 8e2e319Copy full SHA for 8e2e319
.ruff-excludes.toml
@@ -1090,9 +1090,6 @@
1090
"I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
1091
"UP008", # https://docs.astral.sh/ruff/rules/super-call-with-parameters
1092
]
1093
-"./scripts/west_commands/export.py" = [
1094
- "I001", # https://docs.astral.sh/ruff/rules/unsorted-imports
1095
-]
1096
"./scripts/west_commands/fetchers/__init__.py" = [
1097
"UP032", # https://docs.astral.sh/ruff/rules/f-string
1098
scripts/west_commands/export.py
@@ -6,7 +6,6 @@
6
from pathlib import Path
7
8
from west.commands import WestCommand
9
-
10
from zcmake import run_cmake
11
12
EXPORT_DESCRIPTION = '''\
0 commit comments