From 2294a2a17968e21a431472fb5c6271a0269eeb44 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Wed, 24 Sep 2025 01:07:54 -0400 Subject: [PATCH] python: add types stub for requests --- home-manager/no-gui.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/no-gui.nix b/home-manager/no-gui.nix index 7b24d04..546d4fb 100644 --- a/home-manager/no-gui.nix +++ b/home-manager/no-gui.nix @@ -157,6 +157,7 @@ in (python312.withPackages ( ps: with ps; [ mypy # type checking + types-requests # add types for requests methods python-lsp-server # lsp python-lsp-ruff # ruff integration