We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3542999 commit f084a74Copy full SHA for f084a74
py/pyproject.toml
@@ -91,6 +91,7 @@ testpaths = ["test"]
91
92
# mypy global options
93
[tool.mypy]
94
+exclude = "selenium/webdriver/common/devtools"
95
# The aim in future here is we would be able to turn (most) of these flags on, however the typing technical
96
# debt is quite colossal right now. For now we should maybe get everything working with the config here
97
# then look at going after partially or completely untyped defs as a phase-2.
0 commit comments