Skip to content

Commit 97b4261

Browse files
committed
update pyproject.toml
1 parent 651cf09 commit 97b4261

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,6 @@ ignore = [
204204
"PYI042", # https://docs.astral.sh/ruff/rules/snake-case-type-alias/
205205
"ERA001", "PLR0402", "PLC0105"
206206
]
207-
"*category.pyi" = [
208-
# TODO: remove when pandas-dev/pandas-stubs#1443 is resolved
209-
"ANN001", "ANN201", "ANN204", "ANN206",
210-
]
211207
"*series.pyi" = [
212208
# TODO: remove when pandas-dev/pandas-stubs#1444 is resolved
213209
"ANN001", "ANN201", "ANN204", "ANN206",

0 commit comments

Comments
 (0)