File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
pandas-stubs/core/indexes Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 33 autofix_prs : false
44repos :
55- repo : https://github.com/astral-sh/ruff-pre-commit
6- rev : v0.14.3
6+ rev : v0.14.9
77 hooks :
88 - id : ruff-check
99 args : [--exit-non-zero-on-fix]
1818 hooks :
1919 - id : isort
2020- repo : https://github.com/psf/black
21- rev : 25.9 .0
21+ rev : 25.12 .0
2222 hooks :
2323 - id : black
Original file line number Diff line number Diff line change @@ -144,9 +144,7 @@ class MultiIndex(Index):
144144 @overload
145145 def unique ( # ty: ignore[invalid-method-override] # pyright: ignore[reportIncompatibleMethodOverride]
146146 self , level : Level
147- ) -> (
148- Index
149- ): ... # ty: ignore[invalid-method-override]
147+ ) -> Index : ...
150148 def to_frame ( # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
151149 self ,
152150 index : bool = True ,
You can’t perform that action at this time.
0 commit comments