Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
f6dd9047
"lib/vscode:/vscode.git/clone" did not exist on "ece08dc926679909dd7a0d980f073cdee47414c2"
Unverified
Commit
f6dd9047
authored
Feb 06, 2026
by
Qi Wang
Committed by
GitHub
Feb 06, 2026
Browse files
feat: enable go-to-definition for dynamo.runtime, dynamo.nixl and external dependencies (#6026)
parent
bed29a16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
pyproject.toml
pyproject.toml
+9
-0
No files found.
pyproject.toml
View file @
f6dd9047
...
...
@@ -263,6 +263,15 @@ indent-width = 4
"icp/tests/**/test_*.py"
=
[
"F811"
,
"F401"
]
"*_inc.py"
=
["F821"]
# This is IDE (e.g. Cursor's default Python language server)
# Configure it so that developers can use "go-to-definition", "hover types" and other
# features.
[tool.basedpyright]
extraPaths
=
[
"components/src"
,
"lib/bindings/python/src"
]
# This is for external dependencies.
venvPath
=
"."
venv
=
".venv"
[tool.mypy]
# --disable-error-code: WAR large set of errors due to mypy not being run
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment