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 6aa6916 commit b3bb257Copy full SHA for b3bb257
2 files changed
stdlib/asyncio/__init__.pyi
@@ -1,4 +1,4 @@
1
-# ruff: noqa: PLR5501 # This condition is so big, it's clearer to keep to platform condition in two blocks
+# This condition is so big, it's clearer to keep to platform condition in two blocks
2
# Can't NOQA on a specific line: https://github.com/plinss/flake8-noqa/issues/22
3
import sys
4
from collections.abc import Awaitable, Coroutine, Generator
stdlib/typing.pyi
@@ -1,5 +1,4 @@
# Since this module defines "overload" it is not recognized by Ruff as typing.overload
-# ruff: noqa: F811
# TODO: The collections import is required, otherwise mypy crashes.
# https://github.com/python/mypy/issues/16744
5
import collections # noqa: F401 # pyright: ignore[reportUnusedImport]
0 commit comments