Skip to content

Commit 609f412

Browse files
committed
Remove ruff check B905 for missing.py from toml
1 parent 2a76785 commit 609f412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ exclude = [
453453
"pandas/core/computation/align.py" = ["B905"]
454454
"pandas/core/computation/expr.py" = ["B905"]
455455
"pandas/core/computation/ops.py" = ["B905"]
456-
"pandas/core/dtypes/missing.py" = ["B905"]
457456
"pandas/core/groupby/generic.py" = ["B905"]
458457
"pandas/core/groupby/groupby.py" = ["B905"]
459458
"pandas/core/groupby/grouper.py" = ["B905"]

0 commit comments

Comments
 (0)