We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7b8869 + 74c5f4a commit 6a52b87Copy full SHA for 6a52b87
1 file changed
pyproject.toml
@@ -5,7 +5,3 @@ build-backend = "setuptools.build_meta"
5
[tool.pyright]
6
include = ["src", "tests", "bin"]
7
pythonVersion = "3.12"
8
-executionEnvironments = [
9
- # bug apparently introduced in pyright 1.1.405
10
- { root = "tests", reportMissingImports = "none" }
11
-]
0 commit comments