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]