[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2026-07-26 14:27:11 +00:00
commit 419bef7c5e

View file

@ -440,7 +440,6 @@ def is_cross_device_error(exc: BaseException) -> bool:
return isinstance(exc, OSError) and exc.errno == errno.EXDEV
# Status logs default to stderr so resolver modes keep stdout machine-readable
# (setup.sh json.load()s the whole stdout). main() flips this for the install
# path, where PowerShell otherwise renders stderr as NativeCommandError noise.