diff --git a/pyproject.toml b/pyproject.toml index 5bcb0f6abfc..7da8155bd71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -145,6 +145,8 @@ skip = "pymatgen/analysis/aflow_prototypes.json" check-filenames = true [tool.pyright] +venv = "pmg" +venvPath = "~/micromamba/envs" typeCheckingMode = "off" reportPossiblyUnboundVariable = true reportUnboundVariable = true