Skip to content

Commit 6a52b87

Browse files
authored
Merge pull request #1232 from mulkieran/revert-pyright-temporary-fix
Revert "Ignore pyright reportMissingImport error"
2 parents d7b8869 + 74c5f4a commit 6a52b87

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,3 @@ build-backend = "setuptools.build_meta"
55
[tool.pyright]
66
include = ["src", "tests", "bin"]
77
pythonVersion = "3.12"
8-
executionEnvironments = [
9-
# bug apparently introduced in pyright 1.1.405
10-
{ root = "tests", reportMissingImports = "none" }
11-
]

0 commit comments

Comments
 (0)