We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0dce7f commit b417ca0Copy full SHA for b417ca0
pyproject.toml
@@ -209,11 +209,6 @@ ignore = [
209
]
210
211
[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."
217
"importlib.abc".msg = "Use sp_repo_review._compat.importlib.resources.abc instead."
218
"importlib.resources.abc".msg = "Use sp_repo_review._compat.importlib.resources.abc instead."
219
0 commit comments