treefmt-check
checks.aarch64-linux.treefmt
· build #246
· raw
1tribuchet: building on eliza2treefmt v2.5.0traversed 294 files3emitted 245 files for processing4formatted 245 files (1 changed) in 11.954s5 M nixbot/nixbot/tests/test_cli.py6diff --git a/nixbot/nixbot/tests/test_cli.py b/nixbot/nixbot/tests/test_cli.py7index 8f9f48e..c52a9ec 1006448--- a/nixbot/nixbot/tests/test_cli.py9+++ b/nixbot/nixbot/tests/test_cli.py10@@ -293,7 +293,6 @@ def test_settings_load(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:11 assert Settings.load().token == "bnix_env"12 13 14-15 def test_settings_multi_host_remotes(16 tmp_path: Path, monkeypatch: pytest.MonkeyPatch17 ) -> None: