treefmt-check
default.checks.aarch64-darwin.treefmt
· build #182
· raw
1treefmt v2.5.0ERRO formatter | ruff-check: failed to apply with options '[check --fix]': exit status 123PLW1510 `subprocess.run` without explicit `check` argument4 --> .github/scripts/e2e/run.py:210:135 |6209 | def attempt() -> bool:7210 | r = subprocess.run(8 | ^^^^^^^^^^^^^^9211 | ["gh", "run", "download", run_id, "-n", name, "-D", dest],10212 | capture_output=True,11 |12help: Add explicit `check=False`1314PLW1510 `subprocess.run` without explicit `check` argument15 --> .github/scripts/e2e/run.py:223:916 |17221 | poll-loop callers treat them as "not yet". ``gh`` carries its own CA18222 | bundle, which the macOS runner's Python lacks."""19223 | r = subprocess.run(20 | ^^^^^^^^^^^^^^21224 | ["gh", "api", f"repos/{os.environ['GITHUB_REPOSITORY']}/{path}"],22225 | capture_output=True,23 |24help: Add explicit `check=False`2526Found 2 errors.2728traversed 101 files29emitted 83 files for processing30formatted 82 files (0 changed) in 175ms31Error: failed to finalise formatting: formatting failures detected