Skip to content

Commit b417ca0

Browse files
authored
chore: banned imports no longer needed for typing (UP handles it) (#703)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent c0dce7f commit b417ca0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,6 @@ ignore = [
209209
]
210210

211211
[tool.ruff.lint.flake8-tidy-imports.banned-api]
212-
"typing.Callable".msg = "Use collections.abc.Callable instead."
213-
"typing.Iterator".msg = "Use collections.abc.Iterator instead."
214-
"typing.Mapping".msg = "Use collections.abc.Mapping instead."
215-
"typing.Sequence".msg = "Use collections.abc.Sequence instead."
216-
"typing.Set".msg = "Use collections.abc.Set instead."
217212
"importlib.abc".msg = "Use sp_repo_review._compat.importlib.resources.abc instead."
218213
"importlib.resources.abc".msg = "Use sp_repo_review._compat.importlib.resources.abc instead."
219214

0 commit comments

Comments
 (0)