treefmt-check
default.checks.aarch64-darwin.treefmt
· build #54
· raw
1treefmt v2.5.0ERRO formatter | ruff-check: failed to apply with options '[check --fix]': exit status 123warning: The following rules have been removed and ignoring them has no effect:4 - ANN10156CPY001 Missing copyright notice at top of file7--> nix_fast_build/__init__.py:1:189CPY001 Missing copyright notice at top of file10--> nix_fast_build/build.py:1:11112CPY001 Missing copyright notice at top of file13--> nix_fast_build/ci_renderer.py:1:11415CPY001 Missing copyright notice at top of file16--> nix_fast_build/errors.py:1:11718CPY001 Missing copyright notice at top of file19--> nix_fast_build/log_format.py:1:12021CPY001 Missing copyright notice at top of file22--> nix_fast_build/options.py:1:12324RUF036 `None` not at the end of the type union.25 --> nix_fast_build/options.py:92:2926 |2791 | @property2892 | def remote_url(self) -> None | str:29 | ^^^^^^^^^^3093 | if self.remote is None:3194 | return None32 |33help: Move `None` to the end of the type union3435CPY001 Missing copyright notice at top of file36--> nix_fast_build/processes.py:1:13738CPY001 Missing copyright notice at top of file39--> nix_fast_build/renderer.py:1:14041CPY001 Missing copyright notice at top of file42--> nix_fast_build/report.py:1:14344CPY001 Missing copyright notice at top of file45--> nix_fast_build/results.py:1:14647CPY001 Missing copyright notice at top of file48--> nix_fast_build/sources.py:1:14950CPY001 Missing copyright notice at top of file51--> nix_fast_build/term.py:1:15253CPY001 Missing copyright notice at top of file54--> nix_fast_build/tty_renderer.py:1:15556CPY001 Missing copyright notice at top of file57--> nix_fast_build/workers.py:1:15859PLR0917 Too many positional arguments (6 > 5)60 --> nix_fast_build/workers.py:83:1161 |6283 | async def run_builds(63 | ^^^^^^^^^^6484 | stack: AsyncExitStack,6585 | build_queue: JobQueue,66 |6768CPY001 Missing copyright notice at top of file69--> tests/__init__.py:1:17071CPY001 Missing copyright notice at top of file72--> tests/command.py:1:17374CPY001 Missing copyright notice at top of file75--> tests/conftest.py:1:17677CPY001 Missing copyright notice at top of file78--> tests/ports.py:1:17980CPY001 Missing copyright notice at top of file81--> tests/root.py:1:18283CPY001 Missing copyright notice at top of file84--> tests/sshd.py:1:18586CPY001 Missing copyright notice at top of file87--> tests/test_ci_renderer.py:1:18889CPY001 Missing copyright notice at top of file90--> tests/test_cli.py:1:19192CPY001 Missing copyright notice at top of file93--> tests/test_github_integration.py:1:19495CPY001 Missing copyright notice at top of file96--> tests/test_log_format.py:1:19798CPY001 Missing copyright notice at top of file99--> tests/test_retry.py:1:1100101CPY001 Missing copyright notice at top of file102--> tests/test_term.py:1:1103104CPY001 Missing copyright notice at top of file105--> tests/test_tty_renderer.py:1:1106107Found 29 errors.108No fixes available (1 hidden fix can be enabled with the `--unsafe-fixes` option).109110traversed 47 files111emitted 37 files for processing112formatted 10 files (0 changed) in 309ms113Error: failed to finalise formatting: formatting failures detected