Commit e8f097d
committed
fix: resolve isort/black/pylint lint failures
- Remove extra blank line after imports in test_versioning.py (isort)
- Black-format all 4 changed files
- Rename unused _validate_external sku param to _sku (pylint W0613)
- Add pylint: disable=invalid-name for intentional _v1/_v2 class suffixes
- Achieves 10.00/10 pylint score on changed lib files1 parent c73baca commit e8f097d
File tree
3 files changed
+8
-20
lines changed- lib
- src/holiday_peak_lib
- agents/guardrails
- connectors/common
- tests/test_connectors
3 files changed
+8
-20
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
193 | | - | |
194 | | - | |
195 | | - | |
| 193 | + | |
196 | 194 | | |
197 | 195 | | |
198 | 196 | | |
| |||
256 | 254 | | |
257 | 255 | | |
258 | 256 | | |
259 | | - | |
| 257 | + | |
260 | 258 | | |
261 | 259 | | |
262 | 260 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
| 210 | + | |
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
484 | | - | |
485 | | - | |
486 | | - | |
487 | | - | |
| 483 | + | |
488 | 484 | | |
489 | 485 | | |
490 | 486 | | |
| |||
540 | 536 | | |
541 | 537 | | |
542 | 538 | | |
543 | | - | |
544 | | - | |
545 | | - | |
| 539 | + | |
546 | 540 | | |
547 | 541 | | |
548 | 542 | | |
549 | 543 | | |
550 | 544 | | |
551 | 545 | | |
552 | | - | |
553 | | - | |
554 | | - | |
555 | | - | |
556 | | - | |
| 546 | + | |
557 | 547 | | |
558 | 548 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
300 | 299 | | |
301 | 300 | | |
302 | 301 | | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
0 commit comments