Commit b4758a8
authored
Python lint: Ruff rule PLW1510 -- subprocess-run-without-check
A subset of:
* modelcontextprotocol#525
% `ruff check --select=PLW1510`
```
1 PLW1510 [*] subprocess-run-without-check
```
https://docs.astral.sh/ruff/rules/subprocess-run-without-check1 parent 10cf0f7 commit b4758a8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
0 commit comments