Commit b5951e7
authored
Feat-ruff (#55)
* Add stubs
* Add pre-commit
* Update stubs
* Update core
* Update pyproject.toml
* Update stubs
* Update top-level modules
* Update pyproject.toml
* Update dataframes modules
* Move import
* Update CI
* Update chart modules
* Update stubs
* Drop python 3.11
* Use generic
* Update stubs
* api as Any
* columns_format: Any
* Update stubs
* fix src
* Update stubs
* Update stub
* fix benchmark
* fix top level tests
* tests/core
* Use type instead of TypeAlias
* fix tests/dataframes
* Update stub
* fix tests/sheet_frame
* fix tests/stats_frame
* fix tests/dist_frame
* fix tests/agg
* fix tests/head_frame
* fix tests/pivot
* fix tests/chart
* fix tests/figure
* Series -> AxesSeries
* fix tests
* Update tests
* fix prek1 parent cd3639c commit b5951e7
File tree
97 files changed
+2506
-1936
lines changed- .github/workflows
- src/xlviews
- chart
- core
- dataframes
- figure
- testing
- figure
- heat_frame
- sheet_frame
- tests
- benchmark
- chart
- axes
- series
- core
- dataframes
- agg
- dist_frame
- heat_frame
- pivot
- sheet_frame
- stats_frame
- figure
- typings
- pytest_benchmark
- xlwings
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
97 files changed
+2506
-1936
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 31 | + | |
36 | 32 | | |
37 | 33 | | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments