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]]
module = [
'PIL',
'bs4',
'nox',
'playwright.async_api',
'pytest',
'tinycss2',
'tinycss2.ast',
'tinycss2.parser',
'xdg',
]
ignore_missing_imports = true