Skip to content

Commit a7a7286

Browse files
author
anna-singleton-resolver
committed
chore: remove 'include' and revert removal of .venv from exclude list for pyright
1 parent 4b7e73a commit a7a7286

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ ignore = ["COM812", "D213", "D211", "D203", "S324", "ASYNC109"]
7171
"tests/**" = ["D", "S106", "S105", "S101", "SLF001"]
7272

7373
[tool.pyright]
74-
include = ["src", "tests", "examples", "common_utils"]
75-
exclude = ["src/resolver_athena_client/generated/*"]
74+
exclude = ["src/resolver_athena_client/generated/*", ".venv"]
7675
venvPath = "."
7776
venv = ".venv"
7877
stubPath = "stubs"

0 commit comments

Comments
 (0)