Skip to content

Commit 8cd0e1a

Browse files
Apply ruff/flake8-pyi rule PYI046
PYI046 Private protocol is never used
1 parent 321a8f9 commit 8cd0e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ ignore = [
285285
"asv_bench/**" = ["TID252"]
286286
# looks like ruff bugs
287287
"xarray/core/_typed_ops.py" = ["PYI034"]
288-
"xarray/namedarray/_typing.py" = ["PYI018"]
288+
"xarray/namedarray/_typing.py" = ["PYI018", "PYI046"]
289289

290290
[tool.ruff.lint.isort]
291291
known-first-party = ["xarray"]

0 commit comments

Comments
 (0)