Files
chromium_depot_tools/pyproject.toml
Garrett Beaty 251779412a Add pyproject.toml
This will enable pyright and IDEs that use pyright configuration (e.g.
vscode) to correctly dereference and type-check imports provided by
the recipe engine. The user may need to fetch the most recent version
of the recipe dependencies by running "recipes.py fetch".

Change-Id: I11b882152e0778a32d6e72e54cacde88ab0a0ce7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/7100709
Commit-Queue: Scott Lee <ddoman@chromium.org>
Reviewed-by: Scott Lee <ddoman@chromium.org>
Commit-Queue: Garrett Beaty <gbeaty@google.com>
Auto-Submit: Garrett Beaty <gbeaty@google.com>
2025-10-30 11:29:41 -07:00

5 lines
115 B
TOML

[tool.pyright]
venvPath = 'recipes/.recipe_deps/_venv'
venv = 'normal'
extraPaths = ['recipes/.recipe_deps/_path']