Enable type checker for python

main
xenia 2023-12-11 20:06:41 +01:00
parent 788ec4efda
commit 821ae5cee4
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ in rec {
rink
ghc
( python310.withPackages (ps: with ps; [
ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy # (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))
ipython numpy matplotlib sympy scipy pwntools z3 tqdm pwntools mypy (pylsp-mypy.overrideAttrs (old: { doCheck = false; }))
(extras.challtools ps)
]))
( agda.withPackages (ps: with ps; [ standard-library cubical ]) )