From 86aa116d742a537050e477995417384d8acc7518 Mon Sep 17 00:00:00 2001 From: Brandon Monier Date: Fri, 12 Dec 2025 16:07:22 -0600 Subject: [PATCH] Add placeholder for common tasks in pixi.toml --- src/main/resources/pixi.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/pixi.toml b/src/main/resources/pixi.toml index 703fe4d..0415d62 100644 --- a/src/main/resources/pixi.toml +++ b/src/main/resources/pixi.toml @@ -35,3 +35,5 @@ pytest-cov = "*" [tasks] # Add common tasks here as needed test = "pytest" + +##