We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ruff/__main__.py
os.fsdecode
1 parent aa3c312 commit b01c95dCopy full SHA for b01c95d
1 file changed
python/ruff/__main__.py
@@ -78,7 +78,7 @@ def get_last_three_path_parts(path: str) -> list[str]:
78
79
80
if __name__ == "__main__":
81
- ruff = os.fsdecode(find_ruff_bin())
+ ruff = find_ruff_bin()
82
if sys.platform == "win32":
83
import subprocess
84
0 commit comments