Skip to content

Commit 407e962

Browse files
author
MarcoGorelli
committed
hey, all the per-file-ignores can be removed!
1 parent b2223f5 commit 407e962

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

pandas/core/reshape/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from typing import (
1111
TYPE_CHECKING,
1212
Hashable,
13+
Literal,
1314
Sequence,
1415
cast,
1516
)
@@ -31,7 +32,6 @@
3132
DtypeObj,
3233
IndexLabel,
3334
JoinHow,
34-
Literal,
3535
MergeHow,
3636
Shape,
3737
Suffixes,

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,6 @@ exclude = [
249249
"env",
250250
]
251251

252-
[tool.ruff.per-file-ignores]
253-
# undefined name with Literal (https://github.com/charliermarsh/ruff/issues/733 but should be fixed?)
254-
"pandas/core/reshape/merge.py" = ["F821"]
255-
256252
[tool.pylint.messages_control]
257253
max-line-length = 88
258254
disable = [

0 commit comments

Comments
 (0)