We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f402f2e commit 91e02a5Copy full SHA for 91e02a5
pandas/_typing.py
@@ -88,8 +88,8 @@
88
else:
89
from typing_extensions import TypeGuard # pyright: reportUnusedImport = false
90
91
- TypeGuard: Any = bool
92
npt: Any = None
+ TypeGuard: Any = None
93
94
HashableT = TypeVar("HashableT", bound=Hashable)
95
pyproject.toml
@@ -256,8 +256,6 @@ ignore = [
256
"PLR0912",
257
# Too many statements
258
"PLR0915",
259
- # ruff doesn't accept blasck #fmt: on/fmt: off comments
260
- "E501",
261
262
# Additional checks that don't pass yet
263
# Within an except clause, raise exceptions with ...
0 commit comments