Skip to content

Commit f084a74

Browse files
authored
[py] Exclude devtools directory from type checking (#15695)
1 parent 3542999 commit f084a74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ testpaths = ["test"]
9191

9292
# mypy global options
9393
[tool.mypy]
94+
exclude = "selenium/webdriver/common/devtools"
9495
# The aim in future here is we would be able to turn (most) of these flags on, however the typing technical
9596
# debt is quite colossal right now. For now we should maybe get everything working with the config here
9697
# then look at going after partially or completely untyped defs as a phase-2.

0 commit comments

Comments
 (0)