From da83833bfeb3fc4965d938c86f3646b30bb4f4c4 Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Thu, 28 Oct 2021 11:35:04 +0200 Subject: [PATCH] Let mypy check tests/pq code --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3