treefmt-check
checks.aarch64-darwin.treefmt
· build #246
· raw
1treefmt v2.5.0traversed 294 files2emitted 245 files for processing3formatted 245 files (1 changed) in 805ms4 M nixbot/nixbot/tests/test_cli.py5diff --git a/nixbot/nixbot/tests/test_cli.py b/nixbot/nixbot/tests/test_cli.py6index 8f9f48e..c52a9ec 1006447--- a/nixbot/nixbot/tests/test_cli.py8+++ b/nixbot/nixbot/tests/test_cli.py9@@ -293,7 +293,6 @@ def test_settings_load(tmp_path: Path, monkeypatch: pytest.MonkeyPatch) -> None:10 assert Settings.load().token == "bnix_env"11 12 13-14 def test_settings_multi_host_remotes(15 tmp_path: Path, monkeypatch: pytest.MonkeyPatch16 ) -> None: