Skip to content

scripts: west_commands: Fix linter issues for build extensions #90432

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 31, 2025

Conversation

pdgendt
Copy link
Collaborator

@pdgendt pdgendt commented May 24, 2025

Fix issues reported by ruff.Fix issues reported by ruff.

@github-actions github-actions bot added the area: West West utility label May 24, 2025
@github-actions github-actions bot requested review from carlescufi and swinslow May 24, 2025 11:26
carlescufi
carlescufi previously approved these changes May 24, 2025
@pdgendt pdgendt requested a review from kartben May 26, 2025 09:59
kartben
kartben previously approved these changes May 28, 2025
@kartben
Copy link
Collaborator

kartben commented May 28, 2025

@pdgendt please rebase :)

pdgendt added 6 commits May 28, 2025 11:17
Fix issues reported by ruff.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
Fix issues reported by ruff.

Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
@pdgendt pdgendt dismissed stale reviews from kartben and carlescufi via eabcb77 May 28, 2025 09:20
Copy link

@nashif nashif merged commit 62ea066 into zephyrproject-rtos:main May 31, 2025
43 checks passed
@pdgendt pdgendt deleted the ruff-fixes-p2 branch May 31, 2025 10:57
@@ -577,10 +570,10 @@ def _sanity_check(self):
self.args.board != cached_board)
self.check_force(
not boards_mismatched or self.auto_pristine,
'Build directory {} targets board {}, but board {} was specified. '
f'Build directory {self.build_dir} targets board {cached_board}, '
'but board {self.args.board} was specified. '
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing f' prefix

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, feel free to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: West West utility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants