From: Denis Laxalde Date: Thu, 28 Oct 2021 09:35:04 +0000 (+0200) Subject: Let mypy check tests/pq code X-Git-Tag: 3.0.2~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da83833bfeb3fc4965d938c86f3646b30bb4f4c4;p=thirdparty%2Fpsycopg.git Let mypy check tests/pq code --- diff --git a/pyproject.toml b/pyproject.toml index 82a801c3a..50540a67f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ files = [ "psycopg/psycopg", "psycopg_pool/psycopg_pool", "psycopg_c/psycopg_c", + "tests/pq", "tests/types", ] warn_unused_ignores = true