Commit 05732f6
RxPY v5 (#743)
* Add back fluent method chaining
* Add windowing operators
* Add more tests
* Formatting
* Update deps
* Update docs
* Curry flip
* Use curry-flipping operators
* Better generic types
* Format test files with ruff
Apply ruff formatting to all test files as Stage 0 of the test linting
enablement plan. This separates formatting changes from type annotation
work for cleaner diffs and easier review.
Changes:
- 19 files reformatted (mainly removing unnecessary line breaks)
- 167 files already formatted (no changes)
- All tests still pass
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
* Update ruff configuration for staged test linting
Replace blanket "tests" exclusion with specific directory exclusions
matching the pyright configuration. This aligns both tools and makes
the staged rollout plan clearer.
Changes:
- Remove generic "tests" from ruff exclude list
- Add specific test directories to exclude
- Both ruff and pyright now have identical test exclusions
- Will remove exclusions incrementally as each stage completes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent a999275 commit 05732f6
File tree
140 files changed
+12951
-3627
lines changed- docs
- reactivex
- abc
- internal
- observable
- mixins
- operators
- scheduler/eventloop
- subject
- tests
- test_core
- test_disposables
- test_integration
- test_observable
- test_scheduler
- test_eventloop
- test_mainloop
- test_testing
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
140 files changed
+12951
-3627
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
62 | 99 | | |
63 | 100 | | |
64 | 101 | | |
| |||
106 | 143 | | |
107 | 144 | | |
108 | 145 | | |
| 146 | + | |
109 | 147 | | |
110 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
111 | 152 | | |
112 | 153 | | |
113 | 154 | | |
| |||
116 | 157 | | |
117 | 158 | | |
118 | 159 | | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
123 | 163 | | |
124 | | - | |
125 | | - | |
126 | | - | |
| 164 | + | |
127 | 165 | | |
128 | 166 | | |
129 | 167 | | |
130 | | - | |
| 168 | + | |
131 | 169 | | |
132 | | - | |
| 170 | + | |
133 | 171 | | |
134 | 172 | | |
135 | 173 | | |
136 | | - | |
137 | | - | |
| 174 | + | |
138 | 175 | | |
139 | | - | |
| 176 | + | |
140 | 177 | | |
141 | 178 | | |
142 | 179 | | |
143 | | - | |
| 180 | + | |
144 | 181 | | |
145 | 182 | | |
146 | 183 | | |
147 | 184 | | |
148 | 185 | | |
149 | | - | |
| 186 | + | |
0 commit comments