Commit 6e4c164
committed
refact: Update
Adds `strict=False` to all `zip()` calls to fix Ruff linter Rule B905 (https://docs.astral.sh/ruff/rules/zip-without-explicit-strict/). `strict=False` maintains current behaviour while fixing the linter error.
There is no impact on unit tests with this change.zip() calls to include strict=False per B9051 parent 33afb66 commit 6e4c164
File tree
5 files changed
+11
-7
lines changed- src/lasso
- dimred
- dyna
- test/unit_tests/dyna
5 files changed
+11
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7162 | 7162 | | |
7163 | 7163 | | |
7164 | 7164 | | |
7165 | | - | |
| 7165 | + | |
| 7166 | + | |
| 7167 | + | |
7166 | 7168 | | |
7167 | 7169 | | |
7168 | 7170 | | |
| |||
7347 | 7349 | | |
7348 | 7350 | | |
7349 | 7351 | | |
7350 | | - | |
| 7352 | + | |
7351 | 7353 | | |
7352 | 7354 | | |
7353 | 7355 | | |
| |||
7387 | 7389 | | |
7388 | 7390 | | |
7389 | 7391 | | |
7390 | | - | |
| 7392 | + | |
7391 | 7393 | | |
7392 | 7394 | | |
7393 | 7395 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
337 | | - | |
| 337 | + | |
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| |||
0 commit comments