Commit d55d912
authored
Fix PLC0207 and PLW0108 in ruff 0.15.0 (#4386)
* Fix PLC0207: missing-maxsplit-arg
Xref https://docs.astral.sh/ruff/rules/missing-maxsplit-arg/
* Fix PLW0108: unnecessary-lambda
Xref https://docs.astral.sh/ruff/rules/unnecessary-lambda/ and https://stackoverflow.com/questions/19377969/combine-two-columns-of-text-in-pandas-dataframe/19378497#193784971 parent 224bf18 commit d55d912
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments