-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit 513337c
fix: address code review issues
- fix black exclude parameter in pyproject.toml to properly exclude ONLY directories
- reintroduce py38 in codegen/__init__.py
- remove commented-out lines
- add plotly/validators/_validators.json to pyproject.toml
- regenerate code1 parent 0184bd4 commit 513337c
File tree
6 files changed
+5243
-14
lines changed- codegen
- plotly
6 files changed
+5243
-14
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | - | ||
58 | + | ||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | - | ||
32 | + | ||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | - | ||
89 | 88 |
| |
90 | 89 |
| |
91 | 90 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
470 | 470 |
| |
471 | 471 |
| |
472 | 472 |
| |
473 | - | ||
474 | - | ||
475 | - | ||
476 | - | ||
473 | + | ||
474 | + | ||
475 | + | ||
477 | 476 |
| |
478 | 477 |
| |
479 | 478 |
| |
| |||
526 | 525 |
| |
527 | 526 |
| |
528 | 527 |
| |
529 | - | ||
530 | - | ||
528 | + | ||
529 | + | ||
531 | 530 |
| |
532 | 531 |
| |
533 | 532 |
| |
| |||
571 | 570 |
| |
572 | 571 |
| |
573 | 572 |
| |
574 | - | ||
573 | + | ||
575 | 574 |
| |
576 | 575 |
| |
577 | 576 |
| |
| |||
606 | 605 |
| |
607 | 606 |
| |
608 | 607 |
| |
609 | - | ||
608 | + | ||
610 | 609 |
| |
611 | 610 |
| |
612 | 611 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 | + | ||
66 | 67 |
| |
67 | 68 |
| |
68 | 69 |
| |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
72 | 73 |
| |
73 | - | ||
74 | - | ||
74 | + | ||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | - | ||
88 | + | ||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
0 commit comments