Skip to content

Commit ca10bf2

Browse files
committed
undo pyproject.toml changes
1 parent 0d48f36 commit ca10bf2

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

pandas-stubs/core/strings.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class StringMethods(NoNewAttributesMixin, Generic[T, _TS, _TM, _TS2]):
110110
def join(self, sep: str) -> T: ...
111111
def contains(
112112
self,
113-
pat: str | re.Pattern[str],
113+
pat: str | re.Pattern,
114114
case: bool = ...,
115115
flags: int = ...,
116116
na: Scalar | NaTType | None = ...,

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ show_error_context = false
201201
show_column_numbers = false
202202
show_error_codes = true
203203

204-
[[tool.mypy.overrides]]
205-
module = [
206-
"pandas-stubs.core.strings.*",
207-
]
208-
strict = true
209-
210204
[tool.pyright]
211205
typeCheckingMode = "strict"
212206
stubPath = "."

0 commit comments

Comments
 (0)