From 1f6dd77a17955725f202b9f7ce85fd463b99fcde Mon Sep 17 00:00:00 2001 From: Gabriel Gerlero Date: Mon, 1 Apr 2024 11:34:24 -0300 Subject: [PATCH] Switch from typer to typer-slim --- .devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer.json b/.devcontainer.json index 3fc3c74..f4c5617 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -6,7 +6,9 @@ "customizations": { "vscode": { "extensions": [ - "github.vscode-github-actions" + "github.vscode-github-actions", + "ms-python.mypy-type-checker", + "charliermarsh.ruff" ] } }