From 0cc127304431e5d9ba528e07053be096af488371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Tue, 12 Apr 2022 14:03:19 +0200 Subject: [PATCH] common: update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2801295..3d5358b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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