Commit 6307ae6
committed
Fix ruff linter errors in test_container_shell
SLF001 (private member accessed) is expected in tests that exercise
module internals directly. Suppress it via per-file-ignores for tests/*.
PLW0603 (global statement used for assignment) is the correct pattern
for the module-level container ID state. Add to the global ignore list
alongside the existing PLW0602 exemption.1 parent 04d652d commit 6307ae6
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
113 | 114 | | |
114 | 115 | | |
115 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
0 commit comments