Skip to content

fix: Add nosec B404 comment to subprocess import#6

Merged
rcholic merged 1 commit intomainfrom
fix_release
Feb 26, 2026
Merged

fix: Add nosec B404 comment to subprocess import#6
rcholic merged 1 commit intomainfrom
fix_release

Conversation

@rcholic
Copy link
Contributor

@rcholic rcholic commented Feb 26, 2026

The pyproject.toml configuration with -c flag doesn't reliably suppress B404 warnings in all CI environments. Adding the nosec comment directly to the import line ensures consistent behavior across all environments.

B404 is a low-severity warning about importing subprocess module, which is necessary and safe for managing OpenClaw CLI subprocess lifecycle.

The pyproject.toml configuration with -c flag doesn't reliably suppress
B404 warnings in all CI environments. Adding the nosec comment directly
to the import line ensures consistent behavior across all environments.

B404 is a low-severity warning about importing subprocess module, which
is necessary and safe for managing OpenClaw CLI subprocess lifecycle.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@rcholic rcholic merged commit 94918f9 into main Feb 26, 2026
3 checks passed
@rcholic rcholic deleted the fix_release branch February 26, 2026 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant