Skip to content
Prev Previous commit
update pyproject.toml
  • Loading branch information
MarcoGorelli committed Oct 31, 2025
commit 97b4261dd6bd64d9a8d92ab72fdcfdd11f91177c
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ ignore = [
"PYI042", # https://docs.astral.sh/ruff/rules/snake-case-type-alias/
"ERA001", "PLR0402", "PLC0105"
]
"*category.pyi" = [
# TODO: remove when pandas-dev/pandas-stubs#1443 is resolved
"ANN001", "ANN201", "ANN204", "ANN206",
]
"*series.pyi" = [
# TODO: remove when pandas-dev/pandas-stubs#1444 is resolved
"ANN001", "ANN201", "ANN204", "ANN206",
Expand Down