From c5d3ab6b338f42c7e371f3959b4a239d1b7aa906 Mon Sep 17 00:00:00 2001 From: jan Iversen Date: Mon, 9 May 2022 13:40:30 +0200 Subject: [PATCH] Update TODO text. --- TODO_add_checks | 3 --- doc/TODO | 8 +------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/TODO_add_checks b/TODO_add_checks index e6621627c..e80c53b9c 100644 --- a/TODO_add_checks +++ b/TODO_add_checks @@ -9,9 +9,6 @@ flake8-noqa mccabe -- bandit - prettier - mypy -- pylint - Activate disabled checks. diff --git a/doc/TODO b/doc/TODO index 5f59c1e6f..3624dd52c 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,17 +2,11 @@ General --------------------------------------------------------------------------- -- reorganize code into folder namespaces -- put protocol code in protocol namespace - make framer read header->read header.length - - maybe just for sync -- finish clients (and interface) - add all modbus control into server - add correct transaction handling (retry, fail, etc) -- finish remaining functions -- update code to satisfy pylint +- Test/update examples - update code to satisfy black -- update code to satisfy flake8 - update code to satisfy mypy - convert tornado to a plugin - convert twister to a plugin