From f840a6e204f8bf2075b334bfbf8c4c0a51968ec6 Mon Sep 17 00:00:00 2001 From: Houkime <> Date: Fri, 1 Mar 2024 13:55:02 +0000 Subject: [PATCH] feature(devshell): add pyflakes to catch missing imports --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index f82fcf5..e33a3e9 100644 --- a/flake.nix +++ b/flake.nix @@ -24,6 +24,7 @@ pylsp-mypy python-lsp-black python-lsp-server + pyflakes typer # for strawberry ] ++ strawberry-graphql.optional-dependencies.cli));