Skip to content

Commit 910cc83

Browse files
committed
Fix mypy config
1 parent 9c3581a commit 910cc83

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,14 @@ warn_unused_ignores = true
183183
exclude = []
184184

185185
[[tool.mypy.overrides]]
186-
module = ['scrapy', 'scrapy.*', 'lazy_object_proxy', 'nest_asyncio']
186+
module = [
187+
'bs4',
188+
'lazy_object_proxy',
189+
'nest_asyncio',
190+
'playwright.*',
191+
'scrapy.*',
192+
'selenium.*',
193+
]
187194
ignore_missing_imports = true
188195

189196
[tool.basedpyright]

0 commit comments

Comments
 (0)