Skip to content

Commit 91c7a29

Browse files
committed
pre-commit
1 parent 56f2837 commit 91c7a29

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autofix_prs: false
44
repos:
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]
@@ -18,6 +18,6 @@ repos:
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

pandas-stubs/core/indexes/multi.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)