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 c60d7c2 commit 42ecb1fCopy full SHA for 42ecb1f
tool/_ruff.py
@@ -8,9 +8,7 @@ def find_ruff_bin() -> str: ...
8
9
else:
10
# see https://github.com/astral-sh/ruff/pull/18224
11
- from ruff.__main__ import ( # type: ignore[import-untyped]
12
- find_ruff_bin, # noqa: PLC2701
13
- )
+ from ruff.__main__ import find_ruff_bin # type: ignore[import-untyped]
14
15
16
def ruff_format(source: str) -> str:
0 commit comments