Skip to content

Commit 9cc2fe3

Browse files
committed
Use --ignoreexternal on pyright, for consistency with other projects
1 parent 325cf2e commit 9cc2fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ description = "run static type checkers"
173173
dependency_groups = ["typing"]
174174
commands = [
175175
["mypy"],
176-
["pyright", "--verifytypes", "click"],
176+
["pyright", "--ignoreexternal", "--verifytypes", "click"],
177177
]
178178

179179
[tool.tox.env.docs]

0 commit comments

Comments
 (0)