From 3e2b9d804d0f8ebceaf122ea4a2ee1007c6ac0d3 Mon Sep 17 00:00:00 2001 From: nullhack Date: Thu, 7 May 2026 06:05:45 -0400 Subject: [PATCH] chore: add regenerate-flowviz task --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 422a79a..17346d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,6 +163,7 @@ pytest \ doc-publish = "task doc-build && ghp-import -n -p -f docs" static-check = "pyright flowr tests" release-check = "task lint && task static-check && task test && task doc-build" +regenerate-flowviz = "python .flowr/viz/generate_data.py" [dependency-groups] dev = [