]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs: remove standalone ruff hint from checklist memory
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Apr 2026 01:13:38 +0000 (03:13 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 4 Apr 2026 01:13:38 +0000 (03:13 +0200)
.serena/memories/task_completion_checklist.md

index c2667bb493f6edd56bb81bca2971698518a2c84b..0f3feae111af6adc906d7757d3ef438605382066 100644 (file)
@@ -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