From 5541460a42e1c9d886cc52291e9a4c45bf3aa73e Mon Sep 17 00:00:00 2001 From: Vecko <36369090+VeckoTheGecko@users.noreply.github.com> Date: Fri, 21 Aug 2026 17:42:33 +0800 Subject: [PATCH] MAINT: Remove `--install-types` from typing Pixi command --- pixi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 4b699435b..81c884362 100644 --- a/pixi.toml +++ b/pixi.toml @@ -163,7 +163,7 @@ pandas-stubs = "*" pyarrow-stubs = "*" [feature.typing.tasks] -typing = { cmd = "mypy src/parcels --install-types", description = "Run static type checking with mypy." } +typing = { cmd = "mypy src/parcels", description = "Run static type checking with mypy." } [environments]