From 1920466f174d4537e595cd96509e64e29184c9d7 Mon Sep 17 00:00:00 2001 From: Krzysztof kuhy Rudnicki Date: Mon, 1 Dec 2025 16:22:03 +0100 Subject: [PATCH] fix: remove all pylint disable comments and enable all meta checks --- screen_locker/workout_log.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/screen_locker/workout_log.json b/screen_locker/workout_log.json index 7b624cc..dae29cc 100644 --- a/screen_locker/workout_log.json +++ b/screen_locker/workout_log.json @@ -16,5 +16,11 @@ "workout_data": { "type": "strength" } + }, + "2025-12-01": { + "timestamp": "2025-12-01T11:08:00.578301+00:00", + "workout_data": { + "type": "strength" + } } }