Skip to content

Commit

Permalink
add venv path for pyright
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Apr 22, 2024
1 parent 2bf9dbb commit f9a3aeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9a3aeb

Please sign in to comment.