From 8513aa60893cd547ef7b6a607c53b1ac05f58c37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 4 Apr 2026 03:13:38 +0200 Subject: [PATCH] docs: remove standalone ruff hint from checklist memory --- .serena/memories/task_completion_checklist.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/.serena/memories/task_completion_checklist.md b/.serena/memories/task_completion_checklist.md index c2667bb4..0f3feae1 100644 --- a/.serena/memories/task_completion_checklist.md +++ b/.serena/memories/task_completion_checklist.md @@ -33,8 +33,6 @@ poetry run task lint # ruff check --diff + ruff format --check poetry run task test # pytest -v ``` -Standalone ruff (without Poetry) also works: `ruff check .` and `ruff format --check .` - ### 4. Documentation - Update docs if public API changed -- 2.53.0