Update ruff config and fix its errors
Some checks are pending
Build Docker Image / docker (push) Waiting to run

This commit is contained in:
Joakim Hellsén 2026-03-17 20:32:34 +01:00
commit 8b1636fbcc
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
3 changed files with 321 additions and 115 deletions

View file

@ -2,15 +2,13 @@ from __future__ import annotations
import pytest
from main import (
add_message_to_memory,
last_trigger_time,
recent_messages,
reset_memory,
reset_snapshots,
undo_reset,
update_trigger_time,
)
from main import add_message_to_memory
from main import last_trigger_time
from main import recent_messages
from main import reset_memory
from main import reset_snapshots
from main import undo_reset
from main import update_trigger_time
@pytest.fixture(autouse=True)