Commit 9d262d7
fix: Add nosec B404 comment to subprocess import
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>1 parent 5a628b8 commit 9d262d7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments