Commit f66d652
committed
chore(ruff): Manual fixes for workspace/builder.py
src/tmuxp/workspace/builder.py:258:9: B018 Found useless expression. Either assign it to a variable or remove it.
src/tmuxp/workspace/builder.py:456:45: B023 Function definition does not bind loop variable `pane_config`
src/tmuxp/workspace/builder.py:457:32: B023 Function definition does not bind loop variable `pane_config`
src/tmuxp/workspace/builder.py:464:35: B023 Function definition does not bind loop variable `pane_config`
src/tmuxp/workspace/builder.py:465:32: B023 Function definition does not bind loop variable `pane_config`1 parent 5f23e3b commit f66d652
1 file changed
+15
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
452 | 452 | | |
453 | 453 | | |
454 | 454 | | |
455 | | - | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
456 | 458 | | |
457 | 459 | | |
458 | 460 | | |
459 | 461 | | |
460 | 462 | | |
461 | 463 | | |
462 | 464 | | |
463 | | - | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
464 | 468 | | |
465 | 469 | | |
466 | 470 | | |
| |||
486 | 490 | | |
487 | 491 | | |
488 | 492 | | |
489 | | - | |
490 | | - | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
491 | 501 | | |
492 | 502 | | |
493 | 503 | | |
| |||
0 commit comments