treefmt v2.5.0ERRO formatter | ruff-check: failed to apply with options '[check --fix]': exit status 1 PLW1510 `subprocess.run` without explicit `check` argument --> .github/scripts/e2e/run.py:210:13 | 209 | def attempt() -> bool: 210 | r = subprocess.run( | ^^^^^^^^^^^^^^ 211 | ["gh", "run", "download", run_id, "-n", name, "-D", dest], 212 | capture_output=True, | help: Add explicit `check=False` PLW1510 `subprocess.run` without explicit `check` argument --> .github/scripts/e2e/run.py:223:9 | 221 | poll-loop callers treat them as "not yet". ``gh`` carries its own CA 222 | bundle, which the macOS runner's Python lacks.""" 223 | r = subprocess.run( | ^^^^^^^^^^^^^^ 224 | ["gh", "api", f"repos/{os.environ['GITHUB_REPOSITORY']}/{path}"], 225 | capture_output=True, | help: Add explicit `check=False` Found 2 errors. traversed 101 files emitted 83 files for processing formatted 82 files (0 changed) in 175ms Error: failed to finalise formatting: formatting failures detected