common: update pyproject.toml

This commit is contained in:
Corentin Sechet 2022-04-12 14:03:19 +02:00
parent 4bb5703a81
commit 0cc1273044
1 changed files with 3 additions and 0 deletions

View File

@ -62,11 +62,14 @@ strict=true
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = [ module = [
'PIL',
'bs4', 'bs4',
'nox', 'nox',
'playwright.async_api', 'playwright.async_api',
'pytest', 'pytest',
'tinycss2', 'tinycss2',
'tinycss2.ast',
'tinycss2.parser',
'xdg', 'xdg',
] ]
ignore_missing_imports = true ignore_missing_imports = true