mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix Pyright paths in pyproject.toml
This commit is contained in:
parent
81ed1ca909
commit
72d371d116
1 changed files with 2 additions and 5 deletions
|
|
@ -16,12 +16,9 @@ exclude = '''
|
|||
[tool.pyright]
|
||||
pythonVersion = "3.12"
|
||||
include = ["src/**", "tests/**"]
|
||||
extraPaths = ["src/debugpy/_vendored/pydevd"]
|
||||
extraPaths = ["src", "src/debugpy/_vendored/pydevd", "tests"]
|
||||
ignore = ["src/debugpy/_vendored/pydevd", "src/debugpy/_version.py"]
|
||||
executionEnvironments = [
|
||||
{ root = "src" },
|
||||
{ root = "." },
|
||||
]
|
||||
executionEnvironments = [{ root = "." }]
|
||||
|
||||
[tool.ruff]
|
||||
# Enable the pycodestyle (`E`) and Pyflakes (`F`) rules by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue